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 342b30a commit 6bf0b15Copy full SHA for 6bf0b15
package.json
@@ -93,6 +93,7 @@
93
],
94
"env": {
95
"test": {
96
+ "sourceMaps": "inline",
97
"presets": [
98
"babel-preset-power-assert"
99
@@ -107,10 +108,10 @@
107
108
]
109
}
110
- ],
111
- "sourceMaps": "inline"
+ ]
112
},
113
"development": {
114
115
116
117
@@ -125,10 +126,10 @@
125
126
127
128
129
130
131
"production": {
132
133
"plugins": [
134
"babel-plugin-unassert",
135
[
@@ -141,8 +142,7 @@
141
142
143
144
145
146
147
148
0 commit comments