Skip to content

Commit bfe269a

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

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
@@ -98,6 +98,7 @@
9898
"concurrency": 8
9999
},
100100
"babel": {
101+
"sourceMaps": true,
101102
"presets": [
102103
[
103104
"@babel/preset-env",
@@ -122,7 +123,6 @@
122123
]
123124
},
124125
"test": {
125-
"sourceMaps": "inline",
126126
"presets": [
127127
[
128128
"@babel/preset-env",
@@ -170,7 +170,6 @@
170170
]
171171
},
172172
"development": {
173-
"sourceMaps": "inline",
174173
"presets": [
175174
"babel-preset-power-assert"
176175
],
@@ -188,7 +187,6 @@
188187
]
189188
},
190189
"production": {
191-
"sourceMaps": "inline",
192190
"plugins": [
193191
"babel-plugin-unassert",
194192
[

0 commit comments

Comments
 (0)