Skip to content

Commit 23eef4f

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/e086830dfe927964be93f46b8ecdacd2597eb487/src/transforms/babel:setup-sourcemaps.js Please contact the author of the transform if you believe there was an error.
1 parent 4c1029d commit 23eef4f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@
151151
]
152152
}
153153
]
154-
],
155-
"sourceMaps": "inline"
154+
]
156155
},
157156
"development": {
158157
"presets": [
@@ -169,8 +168,7 @@
169168
]
170169
}
171170
]
172-
],
173-
"sourceMaps": "inline"
171+
]
174172
},
175173
"production": {
176174
"plugins": [
@@ -185,9 +183,9 @@
185183
]
186184
}
187185
]
188-
],
189-
"sourceMaps": "inline"
186+
]
190187
}
191-
}
188+
},
189+
"sourceMaps": true
192190
}
193191
}

0 commit comments

Comments
 (0)