Skip to content

Commit 7b0d237

Browse files
🤖 config(babel): Enable sourceMaps files.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/eb1b209cd7aa675a642d48b2a788c2c6112779f7/src/transforms/babel:setup-sourcemaps.js Please contact the author of the transform if you believe there was an error.
1 parent b8e40cc commit 7b0d237

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

package.json

+5-7
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@
138138
]
139139
}
140140
]
141-
],
142-
"sourceMaps": "inline"
141+
]
143142
},
144143
"development": {
145144
"presets": [
@@ -156,8 +155,7 @@
156155
]
157156
}
158157
]
159-
],
160-
"sourceMaps": "inline"
158+
]
161159
},
162160
"production": {
163161
"plugins": [
@@ -172,8 +170,7 @@
172170
]
173171
}
174172
]
175-
],
176-
"sourceMaps": "inline"
173+
]
177174
},
178175
"cover": {
179176
"sourceMaps": "both",
@@ -199,7 +196,8 @@
199196
]
200197
]
201198
}
202-
}
199+
},
200+
"sourceMaps": true
203201
},
204202
"xo": {
205203
"prettier": true,

0 commit comments

Comments
 (0)