1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 20:39:08 +01:00
metamask-extension/development/build
Mark Stacey f386e4ce4b
Rename lockdown.cjs to lockdown.js (#10026)
When you load an extension `.zip` file in Firefox, it fails to load
scripts with the `.cjs` file extension. However, it works if you load
the extension via the `manifest.json` file instead.

After renaming the `lockdown.cjs` file to `lockdown.js`, it works in
Firefox in all cases, regardless whether it's loaded by manifest or by
`.zip`.
2020-12-09 12:04:11 -03:30
..
display.js
etc.js
index.js
manifest.js
scripts.js Remove redundant babelify (#9945) 2020-12-03 00:53:02 -03:30
static.js Rename lockdown.cjs to lockdown.js (#10026) 2020-12-09 12:04:11 -03:30
styles.js
task.js