스크립트 기반을 WebPack + Babel + TypeScript + Vue3으로 변경 #191

Merged
Hide_D merged 122 commits from ts_convert into devel 2021-09-09 01:00:43 +09:00
Showing only changes of commit d5c88f2bc0 - Show all commits
+10 -2
View File
@@ -92,7 +92,11 @@ module.exports = [
filename: '../css/[name].css'
}),
//new BundleAnalyzerPlugin()
]
],
cache: {
type: 'filesystem',
allowCollectingMemory: true,
},
},
{
name: 'gateway',
@@ -167,6 +171,10 @@ module.exports = [
filename: '../css/[name].css'
}),
//new BundleAnalyzerPlugin()
]
],
cache: {
type: 'filesystem',
allowCollectingMemory: true,
},
},
]