Closed schellenbergk closed 4 years ago
Thanks for opening this issue, a maintainer will get back to you shortly! Be sure to follow the issue template! 🤓
@schellenbergk have you found a workaround for this?
I did more digging, and found this workaround:
// nuxt.config.js
build: {
babel: {
presets: [
[
'@nuxt/babel-preset-app',
{
useBuiltIns: 'usage',
corejs: 3,
},
],
],
},
},
You can find more info about using core js v3 with Nuxt here https://nuxtjs.org/guide/release-notes#v2.6.0
Describe the bug After adding lqip-loader getting dependencies not found error when running dev
To Reproduce
node -v
=12.7.0
yarn create nuxt-app test-project
-> select all defaultscd test-project
yarn dev
-> works fine✖ Client Compiled with some errors in 2.12s
✔ Server Compiled successfully in 1.60s
ERROR Failed to compile with 39 errors friendly-errors 09:33:40
These dependencies were not found: friendly-errors 09:33:40 friendly-errors 09:33:40