mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-30 16:15:30 +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',
|
filename: '[name].[contenthash].js',
|
||||||
chunkFilename: '[contenthash].js'
|
chunkFilename: '[contenthash].js'
|
||||||
},
|
},
|
||||||
|
optimization:{
|
||||||
|
minimize: false,
|
||||||
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
extensions: ['.js', '.jsx']
|
extensions: ['.js', '.jsx']
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue