Skip to content

Commit 18c7758

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 001d605 commit 18c7758

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
@@ -149,8 +149,7 @@
149149
]
150150
}
151151
]
152-
],
153-
"sourceMaps": "inline"
152+
]
154153
},
155154
"development": {
156155
"presets": [
@@ -167,8 +166,7 @@
167166
]
168167
}
169168
]
170-
],
171-
"sourceMaps": "inline"
169+
]
172170
},
173171
"production": {
174172
"plugins": [
@@ -183,10 +181,10 @@
183181
]
184182
}
185183
]
186-
],
187-
"sourceMaps": "inline"
184+
]
188185
}
189-
}
186+
},
187+
"sourceMaps": true
190188
},
191189
"xo": {
192190
"prettier": true,

0 commit comments

Comments
 (0)