Terser minimizer requires option to include maps (#721)

Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
This commit is contained in:
Matt Gibson 2020-11-30 11:14:21 -06:00 committed by GitHub
parent 6b66f14319
commit 7df5ed9b35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ const config = {
terserOptions: {
safari10: true,
},
sourceMap: true,
}),
],
},