Skip to content

Commit 7089080

Browse files
🤖 config(babel): Initial formatting.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/ebf7e47fdba6d4d1465a98658ef1d4e78f0eace6/src/transforms/babel:format.js Please contact the author of the transform if you believe there was an error.
1 parent 7665324 commit 7089080

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
],
9191
"env": {
9292
"test": {
93+
"sourceMaps": "inline",
9394
"presets": [
9495
"babel-preset-power-assert"
9596
],
@@ -105,10 +106,10 @@
105106
]
106107
}
107108
]
108-
],
109-
"sourceMaps": "inline"
109+
]
110110
},
111111
"development": {
112+
"sourceMaps": "inline",
112113
"presets": [
113114
"babel-preset-power-assert"
114115
],
@@ -123,10 +124,10 @@
123124
]
124125
}
125126
]
126-
],
127-
"sourceMaps": "inline"
127+
]
128128
},
129129
"production": {
130+
"sourceMaps": "inline",
130131
"plugins": [
131132
"babel-plugin-unassert",
132133
[
@@ -139,8 +140,7 @@
139140
]
140141
}
141142
]
142-
],
143-
"sourceMaps": "inline"
143+
]
144144
}
145145
}
146146
},

0 commit comments

Comments
 (0)