refactor(WIP): scss, ts 공통 파일 묶기

This commit is contained in:
2021-12-10 21:45:02 +09:00
parent 3d2489b51a
commit b706fd468d
21 changed files with 30 additions and 16 deletions
+14
View File
@@ -207,6 +207,13 @@ module.exports = (env, argv) => {
name: 'vendors',
chunks: 'all',
},
default: {
name: 'common_ts',
minChunks: 2,
priority: -20,
chunks: 'all',
reuseExistingChunk: true,
},
},
},
minimizer: [
@@ -304,6 +311,13 @@ const gateway = {
name: 'vendors',
chunks: 'all',
},
default: {
name: 'common_ts',
minChunks: 2,
priority: -20,
chunks: 'all',
reuseExistingChunk: true,
},
},
},
minimizer: [