From ec1d50f998e9f5f3d34fe0719c26a7d50bf7224e Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 23 Sep 2018 07:54:59 -0700 Subject: [PATCH] fix safari10 uglify issue (#568) fixes #546 --- webpack.client.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webpack.client.config.js b/webpack.client.config.js index ac980fc..308d06b 100644 --- a/webpack.client.config.js +++ b/webpack.client.config.js @@ -69,7 +69,8 @@ module.exports = { compress: true, output: { comments: false - } + }, + safari10: true } }), new OptimizeCSSAssetsPlugin({})