Skip to content

Commit 4be4271

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 e9a8f50 commit 4be4271

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
@@ -103,6 +103,7 @@
103103
],
104104
"env": {
105105
"test": {
106+
"sourceMaps": "inline",
106107
"presets": [
107108
"babel-preset-power-assert"
108109
],
@@ -117,10 +118,10 @@
117118
]
118119
}
119120
]
120-
],
121-
"sourceMaps": "inline"
121+
]
122122
},
123123
"development": {
124+
"sourceMaps": "inline",
124125
"presets": [
125126
"babel-preset-power-assert"
126127
],
@@ -135,10 +136,10 @@
135136
]
136137
}
137138
]
138-
],
139-
"sourceMaps": "inline"
139+
]
140140
},
141141
"production": {
142+
"sourceMaps": "inline",
142143
"plugins": [
143144
"babel-plugin-unassert",
144145
[
@@ -151,8 +152,7 @@
151152
]
152153
}
153154
]
154-
],
155-
"sourceMaps": "inline"
155+
]
156156
}
157157
}
158158
},

0 commit comments

Comments
 (0)