From 9cef9c11d008bee60b54f7219f53fa54d49a5eb1 Mon Sep 17 00:00:00 2001 From: Shane Osbourne Date: Wed, 2 May 2018 15:19:03 +0100 Subject: [PATCH] fix: remove source-maps from client - fixes #1551 --- client/webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/webpack.config.js b/client/webpack.config.js index 25cf8b807..3c4068ba1 100644 --- a/client/webpack.config.js +++ b/client/webpack.config.js @@ -13,7 +13,6 @@ module.exports = { path: path.join.apply(null, context.concat("dist")), filename: 'index.js', }, - devtool: "source-map", plugins: [ // new webpack.NoEmitOnErrorsPlugin(), ],