mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Fixing ios10 issue with webpack-uglify plugin (#4385)
* fix: fixing issue with ios10 and webpack uglify es httebpack-plugin/issues/92 * chore: formatting * chore: formatting
This commit is contained in:
parent
c8bf63e72c
commit
bced1b1c25
|
@ -249,6 +249,9 @@ export default async function getBaseWebpackConfig (dir, {dev = false, isServer
|
|||
conditionals: true,
|
||||
dead_code: true,
|
||||
evaluate: true
|
||||
},
|
||||
mangle: {
|
||||
safari10: true
|
||||
}
|
||||
}
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue