Skip to content

0.20.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@adambullmer adambullmer released this 02 Aug 08:49
· 82 commits to master since this release
a975323

Ramping up for a stable release

Breaking changes

  • added new option for the artifact directory, artifactDir, changed default zip output directory from {{webpack.output}}-zip to artifacts

Dangerous

  • Re-enabled the node global. webpackConfig.node.global = true. I don't recall why it was off in the first place, and being off is causing some issues later outlined in #12.

Scaffolding Changes

  • Renamed the scaffolded pages to no longer need a namespace popup/popup became popup
  • cleaned up name on content-scripts folder
  • converted most of the webpack configurations into the community preferred webpack chain
  • added back codesplitting optimizations for pages with html files (ignores background and content-scripts)
  • added back production filename hashing popup.abcd1234.js on pages with html files (ignores background and content-scripts)

These scaffolding changes help remove a sticking point for resolving CSS assets with the absolute project root ~@/ syntax