Skip to content
webextension-shim / 0.0.3-20220316051630-41acc9d

webextension-shim 0.0.3-20220316051630-41acc9d

Install from the command line:
Learn more about npm packages
$ npm install @dimensiondev/webextension-shim@0.0.3-20220316051630-41acc9d
Install via package.json:
"@dimensiondev/webextension-shim": "0.0.3-20220316051630-41acc9d"

About this version

webextension-shim

Prebuilt

This shim will run a compiler in runtime. It is slow when transforming big files. To speed up, prebuilt your JS files so it won't go through the compiler in runtime.

# web-ext-prebuilt [extension_id]/[runtime_path_for_your_js] [file_path_to_your_js]
web-ext-prebuilt eofkdgkhfoebecmamljfaepckoecjhib/js/index.js dist/js/index.js

Prebuilt all

# web-ext-prebuilts [extension_id] [folder]
web-ext-prebuilts eofkdgkhfoebecmamljfaepckoecjhib dist