We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27fff95 commit 892ed55Copy full SHA for 892ed55
webpack.config.js
@@ -22,7 +22,7 @@ module.exports = {
22
}
23
}, {
24
test: /\.js$/,
25
- include: /node_modules[\\\/](buffer|is-mobile)[\\\/]/,
+ include: /node_modules[\\\/](buffer|d3-color|d3-interpolate|is-mobile)[\\\/]/,
26
use: {
27
loader: 'babel-loader',
28
options: {
0 commit comments