You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
custom:
includeDependencies:
always:
- 'api/**'
- 'node_modules/nuxt-i18n' <-- this one
functions:
render:
[...]
package:
excludeDevDependencies: true
exclude:
- 'assets/**'
- 'components/**'
- 'layouts/**'
- 'components/**'
- 'middleware/**'
- 'pages/**'
- 'plugins/**'
- '.github/**'
- '.vscode/**'
include:
- '.nuxt/**'
- 'server/edge.js'
- 'nuxt.config.js'
- 'node_modules/nuxt-i18n' <-- tried it here too
The text was updated successfully, but these errors were encountered:
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'
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:
The text was updated successfully, but these errors were encountered: