We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355a05b commit 9b1bd81Copy full SHA for 9b1bd81
fixtures/glsl/webpack.config.js
@@ -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