1
0
Fork 0
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:
Yuri 2018-05-16 13:07:10 +01:00 committed by Tim Neutkens
parent c8bf63e72c
commit bced1b1c25

View file

@ -249,6 +249,9 @@ export default async function getBaseWebpackConfig (dir, {dev = false, isServer
conditionals: true,
dead_code: true,
evaluate: true
},
mangle: {
safari10: true
}
}
}),