Skip to content

Commit 06226c3

Browse files
committed
pngjs is used by pixelmatch which is dev-dep
1 parent 18d0bf3 commit 06226c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stackgl_modules/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
}
2525
}, {
2626
test: /\.js$/,
27-
include: /node_modules[\\\/](buffer|pngjs)[\\\/]/,
27+
include: /node_modules[\\\/]buffer[\\\/]/,
2828
use: {
2929
loader: 'babel-loader',
3030
options: {

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = {
2222
}
2323
}, {
2424
test: /\.js$/,
25-
include: /node_modules[\\\/](buffer|pngjs)[\\\/]/,
25+
include: /node_modules[\\\/]buffer[\\\/]/,
2626
use: {
2727
loader: 'babel-loader',
2828
options: {

0 commit comments

Comments
 (0)