Vanessa 2023-01-26 22:52:22 +08:00
parent 1da805255b
commit 62e35b5c52
12 changed files with 55 additions and 44 deletions

View file

@ -19,7 +19,7 @@ module.exports = (env, argv) => {
},
entry: {
'main': './src/index.ts',
'window': './src/window.ts',
'window': './src/window/index.ts',
},
resolve: {
extensions: ['.ts', '.js', '.tpl', '.scss', '.png', '.svg'],