mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Fix popup .jsx extension
This commit is contained in:
@@ -11,7 +11,7 @@ const outputPath = path.resolve(__dirname, "../dist/ext/unpacked");
|
|||||||
module.exports = (env) => ({
|
module.exports = (env) => ({
|
||||||
entry: {
|
entry: {
|
||||||
"main" : `${includePath}/main.js`
|
"main" : `${includePath}/main.js`
|
||||||
, "popup/bundle" : `${includePath}/popup/index.js`
|
, "popup/bundle" : `${includePath}/popup/index.jsx`
|
||||||
, "options/bundle" : `${includePath}/options/index.jsx`
|
, "options/bundle" : `${includePath}/options/index.jsx`
|
||||||
, "shim/bundle" : `${includePath}/shim/index.js`
|
, "shim/bundle" : `${includePath}/shim/index.js`
|
||||||
, "content" : `${includePath}/content.js`
|
, "content" : `${includePath}/content.js`
|
||||||
|
|||||||
Reference in New Issue
Block a user