Skip to content

Commit d700ee6

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

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
@@ -138,8 +138,7 @@
138138
]
139139
}
140140
]
141-
],
142-
"sourceMaps": "inline"
141+
]
143142
},
144143
"development": {
145144
"presets": [
@@ -156,8 +155,7 @@
156155
]
157156
}
158157
]
159-
],
160-
"sourceMaps": "inline"
158+
]
161159
},
162160
"production": {
163161
"plugins": [
@@ -172,9 +170,9 @@
172170
]
173171
}
174172
]
175-
],
176-
"sourceMaps": "inline"
173+
]
177174
}
178-
}
175+
},
176+
"sourceMaps": true
179177
}
180178
}

0 commit comments

Comments
 (0)