diff --git a/ext/src/popup/index.js b/ext/src/popup/index.jsx similarity index 100% rename from ext/src/popup/index.js rename to ext/src/popup/index.jsx diff --git a/ext/webpack.config.js b/ext/webpack.config.js index b9cc25b..034b62a 100755 --- a/ext/webpack.config.js +++ b/ext/webpack.config.js @@ -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`