Skip to content

Commit 9b1bd81

Browse files
committed
Add proper webpack config
1 parent 355a05b commit 9b1bd81

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fixtures/glsl/webpack.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
loaders: [
3+
test: /\.(glsl|vert|v|frag|f)$/,
4+
loader: 'ify-loader'
5+
]
6+
}

0 commit comments

Comments
 (0)