Convert ext popup to typescript

This commit is contained in:
hensm
2019-02-27 18:33:29 +00:00
parent 22a15f4790
commit 06044d9460
5 changed files with 111 additions and 64 deletions

View File

@@ -7,7 +7,7 @@ const CopyWebpackPlugin = require("copy-webpack-plugin");
module.exports = (env) => ({
entry: {
"main" : `${env.includePath}/main.ts`
, "popup/bundle" : `${env.includePath}/popup/index.jsx`
, "popup/bundle" : `${env.includePath}/popup/index.tsx`
, "options/bundle" : `${env.includePath}/options/index.tsx`
, "updater/bundle" : `${env.includePath}/updater/index.jsx`
, "mediaCast" : `${env.includePath}/mediaCast.js`