Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 506 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 506 Bytes

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