Open alexcroox opened 3 years ago
Exact same problem here
is it for sure in node_modules/nuxt-i18n? Did you try /**?
Hi, thanks for answering! so, i tried doing this
custom:
includeDependencies:
always:
- 'node_modules/nuxt-i18n/**'
And there is a new error on deploy, maybe this is already a problem of nuxt-i18n? nevertheless it makes imposible using the library for me, any help help is appreciated
Error: Cannot find module '../middleware' from '<project>/node_modules/nuxt-i18n/src/templates'
Thanks
Is it possible to manually include deps? I have a Nuxt app which defines these in nuxt.config.js so I doubt this plugin could auto pick them up, which is fine I don't mind adding them manually, but I can't work out where and attempts have failed: