Skip to content
Snippets Groups Projects
Unverified Commit ef923bc9 authored by Jack Reed's avatar Jack Reed Committed by GitHub
Browse files

Merge pull request #3145 from ProjectMirador/cbeer-patch-1

Add source maps to the production build
parents 4d957996 ef93a9e1
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