Skip to content

Commit c8cb269

Browse files
committed
WIP: Recipe refactored to use dynamic import
1 parent 6f8a5ea commit c8cb269

File tree

4 files changed

+137
-114
lines changed

4 files changed

+137
-114
lines changed

babel.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = function(api) {
1515
}]
1616
],
1717
"plugins": [
18+
"babel-plugin-syntax-dynamic-import",
1819
["babel-plugin-transform-builtin-extend", {
1920
"globals": ["Error"]
2021
}]

0 commit comments

Comments
 (0)