Skip to content

Commit 0a4fae3

Browse files
🤖 config(babel): Sort environments keys.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/b7b7316fcc320ee7d249b0aa391d9a196c944421/src/transforms/babel:setup-env-sort-keys.js Please contact the author of the transform if you believe there was an error.
1 parent bfa75e2 commit 0a4fae3

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,18 @@
105105
]
106106
],
107107
"env": {
108+
"debug": {
109+
"presets": [
110+
[
111+
"@babel/preset-env",
112+
{
113+
"targets": "current node"
114+
}
115+
],
116+
"babel-preset-power-assert"
117+
]
118+
},
119+
"test": {},
108120
"development": {
109121
"sourceMaps": "inline",
110122
"presets": [
@@ -123,18 +135,9 @@
123135
]
124136
]
125137
},
126-
"cover": {
127-
"sourceMaps": "both",
128-
"presets": [
129-
[
130-
"@babel/preset-env",
131-
{
132-
"targets": "current node"
133-
}
134-
],
135-
"babel-preset-power-assert"
136-
],
138+
"production": {
137139
"plugins": [
140+
"babel-plugin-unassert",
138141
[
139142
"transform-remove-console",
140143
{
@@ -147,7 +150,8 @@
147150
]
148151
]
149152
},
150-
"debug": {
153+
"cover": {
154+
"sourceMaps": "both",
151155
"presets": [
152156
[
153157
"@babel/preset-env",
@@ -156,11 +160,8 @@
156160
}
157161
],
158162
"babel-preset-power-assert"
159-
]
160-
},
161-
"production": {
163+
],
162164
"plugins": [
163-
"babel-plugin-unassert",
164165
[
165166
"transform-remove-console",
166167
{
@@ -172,8 +173,7 @@
172173
}
173174
]
174175
]
175-
},
176-
"test": {}
176+
}
177177
}
178178
},
179179
"xo": {

0 commit comments

Comments
 (0)