mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Add content-script-side functions to messageBridge
This commit is contained in:
@@ -9,13 +9,15 @@ module.exports = (env) => ({
|
||||
"main" : `${env.includePath}/main.js`
|
||||
, "popup/bundle" : `${env.includePath}/popup/index.jsx`
|
||||
, "options/bundle" : `${env.includePath}/options/index.jsx`
|
||||
, "shim/bundle" : `${env.includePath}/shim/index.js`
|
||||
, "updater/bundle" : `${env.includePath}/updater/index.jsx`
|
||||
, "content" : `${env.includePath}/content.js`
|
||||
, "contentSetup" : `${env.includePath}/contentSetup.js`
|
||||
, "mediaCast" : `${env.includePath}/mediaCast.js`
|
||||
, "mirroringCast" : `${env.includePath}/mirroringCast.js`
|
||||
, "compat/youtube" : `${env.includePath}/compat/youtube.js`
|
||||
|
||||
// Shim entries
|
||||
, "shim/bundle" : `${env.includePath}/shim/index.js`
|
||||
, "shim/content" : `${env.includePath}/shim/content.js`
|
||||
, "shim/contentSetup" : `${env.includePath}/shim/contentSetup.js`
|
||||
}
|
||||
, output: {
|
||||
filename: "[name].js"
|
||||
|
||||
Reference in New Issue
Block a user