Skip to content

Commit 90a161a

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"timeout": "1m"
8686
},
8787
"babel": {
88+
"sourceMaps": true,
8889
"presets": [
8990
[
9091
"@babel/preset-env",
@@ -109,7 +110,6 @@
109110
]
110111
},
111112
"test": {
112-
"sourceMaps": "inline",
113113
"presets": [
114114
[
115115
"@babel/preset-env",
@@ -157,7 +157,6 @@
157157
]
158158
},
159159
"development": {
160-
"sourceMaps": "inline",
161160
"presets": [
162161
"babel-preset-power-assert"
163162
],
@@ -175,7 +174,6 @@
175174
]
176175
},
177176
"production": {
178-
"sourceMaps": "inline",
179177
"plugins": [
180178
"babel-plugin-unassert",
181179
[

0 commit comments

Comments
 (0)