Skip to content

Commit a5217a9

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

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,7 @@
177177
]
178178
}
179179
]
180-
],
181-
"sourceMaps": "inline"
180+
]
182181
},
183182
"development": {
184183
"presets": [
@@ -195,8 +194,7 @@
195194
]
196195
}
197196
]
198-
],
199-
"sourceMaps": "inline"
197+
]
200198
},
201199
"production": {
202200
"plugins": [
@@ -211,9 +209,9 @@
211209
]
212210
}
213211
]
214-
],
215-
"sourceMaps": "inline"
212+
]
216213
}
217-
}
214+
},
215+
"sourceMaps": true
218216
}
219217
}

0 commit comments

Comments
 (0)