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 e03b238 commit 502620bCopy full SHA for 502620b
package.json
@@ -101,6 +101,7 @@
101
"timeout": "1m"
102
},
103
"babel": {
104
+ "sourceMaps": true,
105
"presets": [
106
[
107
"@babel/preset-env",
@@ -125,7 +126,6 @@
125
126
]
127
128
"test": {
- "sourceMaps": "inline",
129
130
131
@@ -173,7 +173,6 @@
173
174
175
"development": {
176
177
178
"babel-preset-power-assert"
179
],
@@ -191,7 +190,6 @@
191
190
192
193
"production": {
194
195
"plugins": [
196
"babel-plugin-unassert",
197
0 commit comments