diff --git a/package.json b/package.json index 6b1d833..11e14dc 100644 --- a/package.json +++ b/package.json @@ -85,6 +85,7 @@ "concurrency": 8 }, "babel": { + "sourceMaps": true, "presets": [ [ "@babel/preset-env", @@ -109,7 +110,6 @@ ] }, "test": { - "sourceMaps": "inline", "presets": [ [ "@babel/preset-env", @@ -157,7 +157,6 @@ ] }, "development": { - "sourceMaps": "inline", "presets": [ "babel-preset-power-assert" ], @@ -175,7 +174,6 @@ ] }, "production": { - "sourceMaps": "inline", "plugins": [ "babel-plugin-unassert", [