Skip to content

Commit 892ed55

Browse files
committed
adjust webpack config
1 parent 27fff95 commit 892ed55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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|is-mobile)[\\\/]/,
25+
include: /node_modules[\\\/](buffer|d3-color|d3-interpolate|is-mobile)[\\\/]/,
2626
use: {
2727
loader: 'babel-loader',
2828
options: {

0 commit comments

Comments
 (0)