Add messageRouter

This commit is contained in:
hensm
2018-07-17 16:56:56 +01:00
parent e98639a076
commit 27b5409535
3 changed files with 55 additions and 33 deletions

View File

@@ -17,6 +17,7 @@ module.exports = {
, "contentSetup" : `${include_path}/contentSetup.js`
, "mediaCast" : `${include_path}/mediaCast.js`
, "mirroringCast" : `${include_path}/mirroringCast.js`
, "messageRouter" : `${include_path}/messageRouter.js`
}
, output: {
filename: "[name].js"