waltz
waltz copied to clipboard
Upgrade to Webpack 5
- [x] Upgrade core webpack
- [x] Update webpack.config.js (and dev/prod)
- [x] convert
contentBase
tostatic
- [x] remove
file-loader
, replacing with built-intype: "asset/resource"
declaration
- [x] convert
- [ ] Test on IE
- [ ] understand implication of removing
disableHostCheck
in dev webpack config - [ ] understand why a name is needed in the
optimization\split-chunks
comm webpack config
REsulting build had problems on IE. Not sure if this was Svelte or Webpack.