vue: inheritPoint(WIP)

This commit is contained in:
2021-09-03 02:42:50 +09:00
parent 12f37f76c7
commit 6e4113de11
12 changed files with 1000 additions and 6 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ module.exports = (env, argv) => {
},
mode,
entry: {
//v_test: resolve(__dirname, `${target}/ts/v_test.ts`)
v_inheritPoint: resolve(__dirname, `${target}/ts/v_inheritPoint.ts`)
},
output: {
filename: '[name].js',
@@ -161,7 +161,7 @@ module.exports = (env, argv) => {
mode,
entry: {
chiefCenter: '@/chiefCenter.ts',
inheritPoint: '@/inheritPoint.ts',
inheritPoint: '@/legacy/inheritPoint.ts',
common: '@/common_deprecated.ts',
troop: '@/troop.ts',
map: '@/map.ts',