mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Add source maps to allow Sentry create more detailed stacktrace
This commit is contained in:
@@ -276,7 +276,7 @@ if (isProduction) {
|
||||
})
|
||||
);
|
||||
|
||||
webpackConfig.devtool = false;
|
||||
webpackConfig.devtool = 'hidden-source-map';
|
||||
|
||||
const ignoredPlugins = [
|
||||
'flag-icon-css',
|
||||
|
Reference in New Issue
Block a user