We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d0bf3 commit 06226c3Copy full SHA for 06226c3
stackgl_modules/webpack.config.js
@@ -24,7 +24,7 @@ module.exports = {
24
}
25
}, {
26
test: /\.js$/,
27
- include: /node_modules[\\\/](buffer|pngjs)[\\\/]/,
+ include: /node_modules[\\\/]buffer[\\\/]/,
28
use: {
29
loader: 'babel-loader',
30
options: {
webpack.config.js
@@ -22,7 +22,7 @@ module.exports = {
22
23
0 commit comments