Skip to content

Commit c5b02bc

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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
],
@@ -196,7 +195,8 @@
196195
]
197196
]
198197
}
199-
}
198+
},
199+
"sourceMaps": true
200200
},
201201
"xo": {
202202
"prettier": true,

0 commit comments

Comments
 (0)