Bug Fixes
- Increased the timeout for connecting to the Firefox debugger (during
web-ext run
) from 6 seconds to 30 seconds (436ccd4) - Relative
--source-dir
paths are handled correctly now (bf266d8) - Installation should now fail if your npm is not up to date (9cec25a)
Features
web-ext sign
,build
, andrun
now support extensions without explicit IDs (fdf3d3b, 295f8fc)- Extensions are now built to ZIP files instead of XPI files for cross-platform compatibility (07ff822)
web-ext run --pre-install
no longer connects to the remote debugger. This allows you to run the extension even if there are problems connecting to the debugger. (47d7230)