Skip to content

Commit

Permalink
Merge 1fd0bb8 into 1f25d54
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikescops committed Apr 20, 2021
2 parents 1f25d54 + 1fd0bb8 commit 7265d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -232,7 +232,7 @@ Use [`sinon-chrome`](https://github.com/acvetkov/sinon-chrome) which supports Ch

All options are optional.

- `polyfill`: boolean or string. Default `false`. Generate polyfill related configs. If `true` the `webextension-polyfill` should be installed. You can also provide path to a custom polyfill file.
- `polyfill`: boolean or string. Default `false`. Generate polyfill related configs. If `true` the `webextension-polyfill` should be installed. You can also provide path to a custom polyfill file. If you already import `webextension-polyfill` in your code, you can set this option to false.
- `removePolyfillSourcemap`: boolean. Default `true` on production. Remove link to source map in `webextension-polyfill`.
- `manifest`: string. Default `'<neutrino.options.root>/src/manifest/'`. Extension manifests directory.
- This directory should have at least a `[browser].manifest.(json|js)` (e.g. `firefox.manifest.json`). This preset will read the manifest directory to get browser names and generate outputs respectively.
Expand Down

0 comments on commit 7265d81

Please sign in to comment.