waltz icon indicating copy to clipboard operation
waltz copied to clipboard

Upgrade to Webpack 5

Open davidwatkins73 opened this issue 3 years ago • 1 comments

  • [x] Upgrade core webpack
  • [x] Update webpack.config.js (and dev/prod)
    • [x] convert contentBase to static
    • [x] remove file-loader, replacing with built-in type: "asset/resource" declaration
  • [ ] 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

davidwatkins73 avatar Nov 23 '21 23:11 davidwatkins73

REsulting build had problems on IE. Not sure if this was Svelte or Webpack.

davidwatkins73 avatar Jan 11 '22 14:01 davidwatkins73