Skip to content

Commit d2f12bf

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

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

package.json

+5-7
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@
140140
]
141141
}
142142
]
143-
],
144-
"sourceMaps": "inline"
143+
]
145144
},
146145
"development": {
147146
"presets": [
@@ -158,8 +157,7 @@
158157
]
159158
}
160159
]
161-
],
162-
"sourceMaps": "inline"
160+
]
163161
},
164162
"production": {
165163
"plugins": [
@@ -174,9 +172,9 @@
174172
]
175173
}
176174
]
177-
],
178-
"sourceMaps": "inline"
175+
]
179176
}
180-
}
177+
},
178+
"sourceMaps": true
181179
}
182180
}

0 commit comments

Comments
 (0)