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 56fc305 commit 8b169e3Copy full SHA for 8b169e3
package.json
@@ -94,6 +94,7 @@
94
"timeout": "1m"
95
},
96
"babel": {
97
+ "sourceMaps": true,
98
"presets": [
99
[
100
"@babel/preset-env",
@@ -118,7 +119,6 @@
118
119
]
120
121
"test": {
- "sourceMaps": "inline",
122
123
124
@@ -166,7 +166,6 @@
166
167
168
"development": {
169
170
171
"babel-preset-power-assert"
172
],
@@ -184,7 +183,6 @@
184
183
185
186
"production": {
187
188
"plugins": [
189
"babel-plugin-unassert",
190
0 commit comments