Skip to content
Snippets Groups Projects
Unverified Commit ef93a9e1 authored by Chris Beer's avatar Chris Beer Committed by GitHub
Browse files

Add source maps to the production build

Fixes #2960
parent c0dd7a2c
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ const baseConfig = mode => ({
minimizer: [
new TerserPlugin({
extractComments: true,
sourceMap: true,
}),
],
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment