mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 10:09:59 +00:00
Convert ext options to typescript
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = (env) => ({
|
||||
entry: {
|
||||
"main" : `${env.includePath}/main.ts`
|
||||
, "popup/bundle" : `${env.includePath}/popup/index.jsx`
|
||||
, "options/bundle" : `${env.includePath}/options/index.jsx`
|
||||
, "options/bundle" : `${env.includePath}/options/index.tsx`
|
||||
, "updater/bundle" : `${env.includePath}/updater/index.jsx`
|
||||
, "mediaCast" : `${env.includePath}/mediaCast.js`
|
||||
, "mirroringCast" : `${env.includePath}/mirroringCast.js`
|
||||
|
||||
Reference in New Issue
Block a user