mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-29 06:40:25 +01:00
No dropping of console
This commit is contained in:
parent
74b3ef9e88
commit
3be6d14637
1 changed files with 0 additions and 2 deletions
|
@ -62,8 +62,6 @@ module.exports = {
|
||||||
compress: {
|
compress: {
|
||||||
warnings: false,
|
warnings: false,
|
||||||
screw_ie8: true,
|
screw_ie8: true,
|
||||||
drop_console: true,
|
|
||||||
drop_debugger: true
|
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
new webpack.optimize.OccurenceOrderPlugin(),
|
new webpack.optimize.OccurenceOrderPlugin(),
|
||||||
|
|
Loading…
Reference in a new issue