Skip to content

Commit 924f197

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/a44c42967442d65fd14272682fb84a6f32feb841/src/transforms/babel:format.js Please contact the author of the transform if you believe there was an error.
1 parent 9732669 commit 924f197

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
@@ -93,6 +93,7 @@
9393
],
9494
"env": {
9595
"test": {
96+
"sourceMaps": "inline",
9697
"presets": [
9798
"babel-preset-power-assert"
9899
],
@@ -107,10 +108,10 @@
107108
]
108109
}
109110
]
110-
],
111-
"sourceMaps": "inline"
111+
]
112112
},
113113
"development": {
114+
"sourceMaps": "inline",
114115
"presets": [
115116
"babel-preset-power-assert"
116117
],
@@ -125,10 +126,10 @@
125126
]
126127
}
127128
]
128-
],
129-
"sourceMaps": "inline"
129+
]
130130
},
131131
"production": {
132+
"sourceMaps": "inline",
132133
"plugins": [
133134
"babel-plugin-unassert",
134135
[
@@ -141,8 +142,7 @@
141142
]
142143
}
143144
]
144-
],
145-
"sourceMaps": "inline"
145+
]
146146
}
147147
}
148148
},

0 commit comments

Comments
 (0)