Skip to content

Commit f8abdca

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"timeout": "1m"
115115
},
116116
"babel": {
117+
"sourceMaps": true,
117118
"presets": [
118119
[
119120
"@babel/preset-env",
@@ -138,7 +139,6 @@
138139
]
139140
},
140141
"test": {
141-
"sourceMaps": "inline",
142142
"presets": [
143143
[
144144
"@babel/preset-env",
@@ -186,7 +186,6 @@
186186
]
187187
},
188188
"development": {
189-
"sourceMaps": "inline",
190189
"presets": [
191190
"babel-preset-power-assert"
192191
],
@@ -204,7 +203,6 @@
204203
]
205204
},
206205
"production": {
207-
"sourceMaps": "inline",
208206
"plugins": [
209207
"babel-plugin-unassert",
210208
[

0 commit comments

Comments
 (0)