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({})