diff --git a/vendor/mozjexl.jsm b/vendor/mozjexl.jsm index a51767fd..560db728 100644 --- a/vendor/mozjexl.jsm +++ b/vendor/mozjexl.jsm @@ -1,4 +1,4 @@ -/* eslint-disable */this["mozjexl.jsm"] = +/* eslint-disable */this["mozjexl"] = /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; diff --git a/webpack.config.js b/webpack.config.js index cffb665c..9c6a738e 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -12,7 +12,7 @@ module.exports = { output: { path: path.resolve(__dirname, "vendor/"), filename: "[name].jsm", - library: "[name].jsm", + library: "[name]", libraryTarget: "this" }, plugins: [