fix safari10 uglify issue (#568)

fixes #546
This commit is contained in:
Nolan Lawson 2018-09-23 07:54:59 -07:00 committed by GitHub
parent d1a666aa4f
commit ec1d50f998
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,8 @@ module.exports = {
compress: true,
output: {
comments: false
}
},
safari10: true
}
}),
new OptimizeCSSAssetsPlugin({})