Closed balinterdi closed 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).
@babel/runtime
I wanted to try the state-of-the-art, Vite-powered Embroider but got the following error:
Adding that package to devDependencies fixed the issue (and it was suggested that
@babel/runtime
is also needed).