Browse Source

optimise excludes in libs in webpack

better-react-component-#58
glitch4347 1 month ago
parent
commit
547c15c0b6
  1. 2
      react/build/webpack.base.conf.js
  2. 2282
      react/yarn.lock

2
react/build/webpack.base.conf.js

@ -21,6 +21,6 @@ module.exports = {
umdNamedDefine: true,
},
externals: [
'@chartwerk/core', '@chartwerk/line-pod', 'd3', 'lodash', 'react'
'@chartwerk/line-pod', 'react'
]
};

2282
react/yarn.lock

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save