0.20.0
Pre-release
Pre-release
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
toartifacts
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
becamepopup
- 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