Skip to content

Commit fa2a133

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 4fd5632 commit fa2a133

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
@@ -111,6 +111,7 @@
111111
"timeout": "1m"
112112
},
113113
"babel": {
114+
"sourceMaps": true,
114115
"presets": [
115116
[
116117
"@babel/preset-env",
@@ -135,7 +136,6 @@
135136
]
136137
},
137138
"test": {
138-
"sourceMaps": "inline",
139139
"presets": [
140140
[
141141
"@babel/preset-env",
@@ -183,7 +183,6 @@
183183
]
184184
},
185185
"development": {
186-
"sourceMaps": "inline",
187186
"presets": [
188187
"babel-preset-power-assert"
189188
],
@@ -201,7 +200,6 @@
201200
]
202201
},
203202
"production": {
204-
"sourceMaps": "inline",
205203
"plugins": [
206204
"babel-plugin-unassert",
207205
[

0 commit comments

Comments
 (0)