Skip to content

Commit 04a22b4

Browse files
a-flying-potatomake-github-pseudonymous-again
authored andcommittedMar 25, 2021
🤖 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/e086830dfe927964be93f46b8ecdacd2597eb487/src/transforms/babel:setup-sourcemaps.js Please contact the author of the transform if you believe there was an error.
1 parent 85ce30e commit 04a22b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@
140140
]
141141
},
142142
"development": {
143-
"sourceMaps": "inline",
144143
"presets": [
145144
"babel-preset-power-assert"
146145
],
@@ -172,6 +171,7 @@
172171
]
173172
]
174173
}
175-
}
174+
},
175+
"sourceMaps": true
176176
}
177177
}

0 commit comments

Comments
 (0)
Please sign in to comment.