Fix issue loading as a JSM (fixes #28)

This commit is contained in:
Dan Mosedale 2022-07-14 11:45:09 -07:00
Родитель 2f6cc44368
Коммит 2b0e45c4ed
2 изменённых файлов: 2 добавлений и 2 удалений

2
vendor/mozjexl.jsm поставляемый
Просмотреть файл

@ -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: [