Cezar Augusto
The only difference between ordinary and extraordinary is just that little "extra".
Improve HtmlPlugin
- Allow includeList instead of a single page folder
- Also delegate pages/ folder scan to extension-create
Improve ScriptsPlugin
- Delegate resolve to webpack
- extension-create now resolves output by itself
Add css-url-relative-plugin as a fix for relative css urls in .css files
Tweak config to support pages/ and scripts/ special folders
Fix Chrome not running paths with spaces in it
Patch HTML to handle manifest-declared assets
TODO: This needs improvement
Fix Chrome not running paths with spaces in it
Fix ID being undefined during runtime start
Support _locales live reload
Fix wrong reference to docs url in compat plugin
Improve logging in run-chrome plugin
Allow watch HTML files for non-React extensions only
The HMR plugin is incosistent with file reloading for
content_scripts when watchFiles is enabled for HTML.
Since editing HTML files isn't much commom in React
apps we only allow watching it when user is using
raw JS/TS code.
Improve handling HTML file reloads
Fix wrong ID in startServer
Replace browser-extension-loader with browser-extension-resolve-plugin
Update some manifest strings
Tweaks on run-chrome-plugin
- Add support to contextMenu reloading
- Update message strings
Support reloading of declarative_net_request json
Fix wrong manifest defaults in run-chrom-extension
Compat plugin now catches missing required manifest fields
Key changes in the reload strategy
- Allow parsing scripts that include chrome.contextMenus, and update tab if they change
Update some output strings
Update compat plugin with doc URLs
Update browser-extension-loader
Update browser-extension-loader
- Simplify logic within it and start making sense of it to create a client-side resolver