Fix popup .jsx extension

This commit is contained in:
hensm
2018-11-28 09:02:31 +00:00
parent 70246f1f99
commit 94c9aa74f8
2 changed files with 1 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ const outputPath = path.resolve(__dirname, "../dist/ext/unpacked");
module.exports = (env) => ({
entry: {
"main" : `${includePath}/main.js`
, "popup/bundle" : `${includePath}/popup/index.js`
, "popup/bundle" : `${includePath}/popup/index.jsx`
, "options/bundle" : `${includePath}/options/index.jsx`
, "shim/bundle" : `${includePath}/shim/index.js`
, "content" : `${includePath}/content.js`