mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 01:29:58 +00:00
Move UI components to ui/ directory
This commit is contained in:
@@ -7,9 +7,13 @@ const CopyWebpackPlugin = require("copy-webpack-plugin");
|
||||
module.exports = (env) => ({
|
||||
entry: {
|
||||
"main": `${env.includePath}/main.ts`
|
||||
, "popup/bundle": `${env.includePath}/popup/index.tsx`
|
||||
, "options/bundle": `${env.includePath}/options/index.tsx`
|
||||
, "updater/bundle": `${env.includePath}/updater/index.tsx`
|
||||
|
||||
// UI
|
||||
, "ui/popup/bundle": `${env.includePath}/ui/popup/index.tsx`
|
||||
, "ui/options/bundle": `${env.includePath}/ui/options/index.tsx`
|
||||
, "ui/updater/bundle": `${env.includePath}/ui/updater/index.tsx`
|
||||
|
||||
// Sender apps
|
||||
, "mediaCast": `${env.includePath}/mediaCast.js`
|
||||
, "mirroringCast": `${env.includePath}/mirroringCast.js`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user