WIP: Recipe refactored to use dynamic import

This commit is contained in:
d98762625 2019-02-01 10:52:21 +00:00
parent 6f8a5ea1be
commit c8cb2692dd
4 changed files with 137 additions and 114 deletions

View file

@ -15,6 +15,7 @@ module.exports = function(api) {
}]
],
"plugins": [
"babel-plugin-syntax-dynamic-import",
["babel-plugin-transform-builtin-extend", {
"globals": ["Error"]
}]