mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-29 23:14:43 +01:00
Disable minify
This commit is contained in:
parent
db56ad8b2e
commit
0af828543b
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ module.exports = {
|
|||
filename: '[name].[contenthash].js',
|
||||
chunkFilename: '[contenthash].js'
|
||||
},
|
||||
optimization:{
|
||||
minimize: false,
|
||||
},
|
||||
resolve: {
|
||||
extensions: ['.js', '.jsx']
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue