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

if base is not '/' , this plugin can't get true path #41

Open
hahaxiaowai opened this issue Jan 18, 2024 · 0 comments
Open

if base is not '/' , this plugin can't get true path #41

hahaxiaowai opened this issue Jan 18, 2024 · 0 comments

Comments

@hahaxiaowai
Copy link

When the base is the default value, the MPA plugin work is normal,but if set other value, it can't find true path,Do I need to configure other content?

this is my config

  base: '/',
  plugins: [
    vue(),
    vueJsx(),
    mpa({
      // scanDir: "src/pages",
      // scanFile: "main.js",
      // scanFile: "index.html"
      open: './route',
    }),
  ],
  base: '/web/',
  plugins: [
    vue(),
    vueJsx(),
    mpa({
      // scanDir: "src/pages",
      // scanFile: "main.js",
      // scanFile: "index.html"
      open: './route',
    }),
  ],
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