embroider-build / app-blueprint

[pre-alpha™️] Blueprint for next generation of Ember apps
34 stars 11 forks source link

Add missing babel packages #102

Closed balinterdi closed 1 month ago

balinterdi commented 1 month ago

I wanted to try the state-of-the-art, Vite-powered Embroider but got the following error:

✘ [ERROR] Cannot find module '@babel/plugin-transform-runtime'

Adding that package to devDependencies fixed the issue (and it was suggested that @babel/runtime is also needed).