Skip to content

Commit 576265a

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/1fe650dc2407c6c6395828a28777fe8137a3bd2f/src/transforms/babel:setup-sourcemaps.js Please contact the author of the transform if you believe there was an error.
1 parent 1e673fe commit 576265a

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
@@ -103,6 +103,7 @@
103103
"timeout": "1m"
104104
},
105105
"babel": {
106+
"sourceMaps": true,
106107
"presets": [
107108
[
108109
"@babel/preset-env",
@@ -127,7 +128,6 @@
127128
]
128129
},
129130
"test": {
130-
"sourceMaps": "inline",
131131
"presets": [
132132
[
133133
"@babel/preset-env",
@@ -175,7 +175,6 @@
175175
]
176176
},
177177
"development": {
178-
"sourceMaps": "inline",
179178
"presets": [
180179
"babel-preset-power-assert"
181180
],
@@ -193,7 +192,6 @@
193192
]
194193
},
195194
"production": {
196-
"sourceMaps": "inline",
197195
"plugins": [
198196
"babel-plugin-unassert",
199197
[

0 commit comments

Comments
 (0)