Add source maps to allow Sentry create more detailed stacktrace

This commit is contained in:
ErickSkrauch
2019-05-22 19:16:07 +03:00
parent b58bd90de1
commit 112f3d57f9
2 changed files with 3 additions and 3 deletions

View File

@@ -276,7 +276,7 @@ if (isProduction) {
})
);
webpackConfig.devtool = false;
webpackConfig.devtool = 'hidden-source-map';
const ignoredPlugins = [
'flag-icon-css',