Re-enable source maps in production

This commit is contained in:
William J. Bowman 2021-05-13 12:56:27 -07:00 committed by Johannes Millan
parent 5d8e028fc3
commit 7d78cf3e1f

View file

@ -54,7 +54,7 @@
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"sourceMap": true,
"extractCss": true,
"namedChunks": false,
"aot": true,
@ -78,7 +78,7 @@
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"sourceMap": true,
"extractCss": true,
"namedChunks": false,
"aot": true,