Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find solution for options set in boilerplate modules replacing project options #24

Open
weotch opened this issue Aug 19, 2022 · 0 comments

Comments

@weotch
Copy link
Member

weotch commented Aug 19, 2022

For instance, this line...

https://github.com/BKWLD/vue-ssr-carousel/blob/921cf88917e627e8a20e72fc14b613375df6778c/demo/nuxt.config.js#L19-L21

never did anything because this line is always applied after

// Don't use Nuxt 2.13 Crawler since we're explicitly creating all the
// routes we care about and don't want to generate dead links.
this.options.generate.crawler = false

To fix this project, I'm excluding boilerplate's generate module whole hog, which isn't ideal.

weotch added a commit to BKWLD/vue-ssr-carousel that referenced this issue Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant