зеркало из https://github.com/mozilla/mozjexl.git
Fix issue loading as a JSM (fixes #28)
This commit is contained in:
Родитель
2f6cc44368
Коммит
2b0e45c4ed
|
@ -1,4 +1,4 @@
|
|||
/* eslint-disable */this["mozjexl.jsm"] =
|
||||
/* eslint-disable */this["mozjexl"] =
|
||||
/******/ (function(modules) { // webpackBootstrap
|
||||
/******/ // The module cache
|
||||
/******/ var installedModules = {};
|
||||
|
|
|
@ -12,7 +12,7 @@ module.exports = {
|
|||
output: {
|
||||
path: path.resolve(__dirname, "vendor/"),
|
||||
filename: "[name].jsm",
|
||||
library: "[name].jsm",
|
||||
library: "[name]",
|
||||
libraryTarget: "this"
|
||||
},
|
||||
plugins: [
|
||||
|
|
Загрузка…
Ссылка в новой задаче