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 031ee1a commit cd99868Copy full SHA for cd99868
package.json
@@ -106,6 +106,7 @@
106
"timeout": "1m"
107
},
108
"babel": {
109
+ "sourceMaps": true,
110
"presets": [
111
[
112
"@babel/preset-env",
@@ -130,7 +131,6 @@
130
131
]
132
133
"test": {
- "sourceMaps": "inline",
134
135
136
@@ -178,7 +178,6 @@
178
179
180
"development": {
181
182
183
"babel-preset-power-assert"
184
],
@@ -196,7 +195,6 @@
196
195
197
198
"production": {
199
200
"plugins": [
201
"babel-plugin-unassert",
202
0 commit comments