richardtallent / vite-plugin-singlefile

Vite plugin for inlining JavaScript and CSS resources
MIT License
859 stars 58 forks source link

Fails if base is set to '' in vite config #15

Closed prog-rajkamal closed 2 years ago

prog-rajkamal commented 2 years ago

Vite requires, base to be '' for using relative assets url.

this plugin fails to inline assets.

If base is not not set '', then vue router uses url with '/' as base, which fails for navigation