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