Skip to content

Commit cf8d96c

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 77466d0 commit cf8d96c

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
],
@@ -104,10 +105,10 @@
104105
]
105106
}
106107
]
107-
],
108-
"sourceMaps": "inline"
108+
]
109109
},
110110
"development": {
111+
"sourceMaps": "inline",
111112
"presets": [
112113
"babel-preset-power-assert"
113114
],
@@ -122,10 +123,10 @@
122123
]
123124
}
124125
]
125-
],
126-
"sourceMaps": "inline"
126+
]
127127
},
128128
"production": {
129+
"sourceMaps": "inline",
129130
"plugins": [
130131
"babel-plugin-unassert",
131132
[
@@ -138,8 +139,7 @@
138139
]
139140
}
140141
]
141-
],
142-
"sourceMaps": "inline"
142+
]
143143
}
144144
}
145145
}

0 commit comments

Comments
 (0)