toConsumableArray 404
aendra-rininsland opened this issue · comments
Ændra Rininsland commented
Guy Bedford commented
babel-helpers
expects to be loaded relative to the path to the babel plugin itself.
This may have something to do with your unpkg config, try configuring it something like:
{
map: {
'plugin-babel': 'https://unpkg.com/systemjs-plugin-babel@0.0.25'
},
packages: {
'plugin-babel': {
main: 'plugin-babel.js'
}
}
}
Ændra Rininsland commented
Hi @guybedford, thanks for the response. Adding that packages
stanza to my config totally fixed it! Many thanks! 🙌