Skip to content

Commit

Permalink
tune webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
xesf committed Jul 30, 2023
1 parent 113736c commit 824de18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,25 @@ module.exports = {
]
}, {
test: /\.glsl?$/,
exclude: /node_modules/,
use: [{
loader: 'glsl-custom-loader'
}]
}, {
test: /\.md?$/,
exclude: /node_modules/,
use: [{
loader: 'raw-loader'
}]
}, {
test: /\.yaml?$/,
exclude: /node_modules/,
use: [{
loader: 'yml-loader'
}]
}, {
test: /\.css$/,
exclude: /node_modules/,
use: [
"style-loader",
{
Expand All @@ -83,6 +87,7 @@ module.exports = {
]
}, {
test: /\.scss$/,
exclude: /node_modules/,
use: [
"style-loader",
{
Expand Down

0 comments on commit 824de18

Please sign in to comment.