Skip to content

Commit 05967ad

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

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
@@ -95,6 +95,7 @@
9595
],
9696
"env": {
9797
"test": {
98+
"sourceMaps": "inline",
9899
"presets": [
99100
"babel-preset-power-assert"
100101
],
@@ -109,10 +110,10 @@
109110
]
110111
}
111112
]
112-
],
113-
"sourceMaps": "inline"
113+
]
114114
},
115115
"development": {
116+
"sourceMaps": "inline",
116117
"presets": [
117118
"babel-preset-power-assert"
118119
],
@@ -127,10 +128,10 @@
127128
]
128129
}
129130
]
130-
],
131-
"sourceMaps": "inline"
131+
]
132132
},
133133
"production": {
134+
"sourceMaps": "inline",
134135
"plugins": [
135136
"babel-plugin-unassert",
136137
[
@@ -143,8 +144,7 @@
143144
]
144145
}
145146
]
146-
],
147-
"sourceMaps": "inline"
147+
]
148148
}
149149
}
150150
}

0 commit comments

Comments
 (0)