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 e9a8f50 commit 4be4271Copy full SHA for 4be4271
package.json
@@ -103,6 +103,7 @@
103
],
104
"env": {
105
"test": {
106
+ "sourceMaps": "inline",
107
"presets": [
108
"babel-preset-power-assert"
109
@@ -117,10 +118,10 @@
117
118
]
119
}
120
- ],
121
- "sourceMaps": "inline"
+ ]
122
},
123
"development": {
124
125
126
127
@@ -135,10 +136,10 @@
135
136
137
138
139
140
141
"production": {
142
143
"plugins": [
144
"babel-plugin-unassert",
145
[
@@ -151,8 +152,7 @@
151
152
153
154
155
156
157
158
0 commit comments