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 4ef2f85 commit f487b1cCopy full SHA for f487b1c
package.json
@@ -45,7 +45,6 @@
45
"eslint-plugin-react": "^6.10.0",
46
"exports-loader": "^0.6.3",
47
"glslify": "^6.0.1",
48
- "ify-loader": "^1.0.3",
49
"imports-loader": "^0.7.0",
50
"style-loader": "^0.13.1"
51
},
webpack.config.js
@@ -32,8 +32,7 @@ const config = {
32
'style-loader',
33
'css-loader'
34
]
35
- },
36
- { test: /node_modules/, loader: 'ify-loader' }
+ }
37
],
38
39
plugins: [
0 commit comments