Skip to content

Commit 7224f4c

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/8134808bd3e9bcbb3e4b2ca5401e2dee58965a01/src/transforms/babel:format.js Please contact the author of the transform if you believe there was an error.
1 parent 8e78b10 commit 7224f4c

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
@@ -106,6 +106,7 @@
106106
],
107107
"env": {
108108
"test": {
109+
"sourceMaps": "inline",
109110
"presets": [
110111
"babel-preset-power-assert"
111112
],
@@ -121,10 +122,10 @@
121122
]
122123
}
123124
]
124-
],
125-
"sourceMaps": "inline"
125+
]
126126
},
127127
"development": {
128+
"sourceMaps": "inline",
128129
"presets": [
129130
"babel-preset-power-assert"
130131
],
@@ -139,10 +140,10 @@
139140
]
140141
}
141142
]
142-
],
143-
"sourceMaps": "inline"
143+
]
144144
},
145145
"production": {
146+
"sourceMaps": "inline",
146147
"plugins": [
147148
"babel-plugin-unassert",
148149
[
@@ -155,8 +156,7 @@
155156
]
156157
}
157158
]
158-
],
159-
"sourceMaps": "inline"
159+
]
160160
}
161161
}
162162
},

0 commit comments

Comments
 (0)