We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
crxjs/chrome-extension-tools#654
The text was updated successfully, but these errors were encountered:
because crxjs will change the url like '/@id/virtual:svg-icons-register?t=1731562337593'
solution:
configureServer: ({ middlewares }) => { middlewares.use(cors({ origin: "*" })); middlewares.use(async (req, res, next) => { const url = normalizePath(req.url).split('?')[0]; <====
Sorry, something went wrong.
@tomdyqin can u share the full plugins section of ur vite config file, please ? cant understand what should i do with that url
No branches or pull requests
crxjs/chrome-extension-tools#654
The text was updated successfully, but these errors were encountered: