Browse Source

external d3 and lodash

merge-requests/1/head
rozetko 2 years ago
parent
commit
d80243fbee
  1. 2
      build/prod.webpack.conf.js

2
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;

Loading…
Cancel
Save