We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e673fe commit 576265aCopy full SHA for 576265a
package.json
@@ -103,6 +103,7 @@
103
"timeout": "1m"
104
},
105
"babel": {
106
+ "sourceMaps": true,
107
"presets": [
108
[
109
"@babel/preset-env",
@@ -127,7 +128,6 @@
127
128
]
129
130
"test": {
- "sourceMaps": "inline",
131
132
133
@@ -175,7 +175,6 @@
175
176
177
"development": {
178
179
180
"babel-preset-power-assert"
181
],
@@ -193,7 +192,6 @@
193
192
194
195
"production": {
196
197
"plugins": [
198
"babel-plugin-unassert",
199
0 commit comments