Fix initial map positionning
All checks were successful
Deploy Spot / deploy (push) Successful in 34s
All checks were successful
Deploy Spot / deploy (push) Successful in 34s
This commit is contained in:
@@ -25,7 +25,7 @@ module.exports = (env, argv) => {
|
||||
chunkFilename: isDev ? 'assets/[name].js' : 'assets/[name].[contenthash:8].js',
|
||||
publicPath: './',
|
||||
clean: isDev ? false : {
|
||||
keep: /^(index\.php|files|geo|images\/icons)(\/.*)?$/
|
||||
keep: /^(index\.php|files|geo|assets\/images\/icons)(\/.*)?$/
|
||||
}
|
||||
},
|
||||
optimization: {
|
||||
|
||||
Reference in New Issue
Block a user