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

Support for multiple instances #83

Closed
philippkuehn opened this issue Aug 16, 2021 · 0 comments
Closed

Support for multiple instances #83

philippkuehn opened this issue Aug 16, 2021 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed pr welcome

Comments

@philippkuehn
Copy link

I try to use this package with multiple instances (vue + react) but unfortunately this isn’t working as expected.

export default defineConfig({
  plugins: [
    Pages({
      // load some vue files
    }),
    Pages({
      react: true,
      // load some react files
    }),
  ],
})
@hannoeru hannoeru added help wanted Extra attention is needed needs reproduction labels Aug 18, 2021
@hannoeru hannoeru added enhancement New feature or request pr welcome and removed needs reproduction labels Sep 30, 2021
@hannoeru hannoeru mentioned this issue Nov 17, 2021
ckangwen pushed a commit to charrue/vite-plugin-pages that referenced this issue Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed pr welcome
Projects
None yet
Development

No branches or pull requests

2 participants