diff --git a/build/prod.webpack.conf.js b/build/prod.webpack.conf.js index e30710d..4bee62f 100644 --- a/build/prod.webpack.conf.js +++ b/build/prod.webpack.conf.js @@ -3,7 +3,7 @@ const baseWebpackConfig = require('./base.webpack.conf'); var conf = baseWebpackConfig; conf.mode = 'production'; conf.externals = [ - '@chartwerk/core' + '@chartwerk/core', 'd3', 'lodash', ]; module.exports = baseWebpackConfig;