Fix webpack source maps (#15663)

This commit is contained in:
Steve Repsher
2023-03-16 09:38:55 -04:00
committed by GitHub
parent db62e9f922
commit aeb7f8ff36
8 changed files with 97 additions and 22 deletions

View File

@@ -17,7 +17,7 @@ module.exports = {
isStatsBuild() {
return process.env.STATS === "1";
},
isTest() {
isTestBuild() {
return process.env.IS_TEST === "true";
},
isNetlify() {