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 4fd5632 commit fa2a133Copy full SHA for fa2a133
package.json
@@ -111,6 +111,7 @@
111
"timeout": "1m"
112
},
113
"babel": {
114
+ "sourceMaps": true,
115
"presets": [
116
[
117
"@babel/preset-env",
@@ -135,7 +136,6 @@
135
136
]
137
138
"test": {
- "sourceMaps": "inline",
139
140
141
@@ -183,7 +183,6 @@
183
184
185
"development": {
186
187
188
"babel-preset-power-assert"
189
],
@@ -201,7 +200,6 @@
201
200
202
203
"production": {
204
205
"plugins": [
206
"babel-plugin-unassert",
207
0 commit comments