CodeSplit: Initial work

This commit is contained in:
infinite-persistence 2021-06-11 14:06:29 +08:00
parent 73e84b58e7
commit 3539031e5a
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0
22 changed files with 598 additions and 471 deletions

View file

@ -118,6 +118,7 @@ const webConfig = {
filename: '[name].js',
path: path.join(__dirname, 'dist/public/'),
publicPath: '/public/',
chunkFilename: '[name]-[chunkhash].js',
},
devServer: {
port: WEBPACK_WEB_PORT,