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
By adding enabling the minifier the CSP hashes set by @vite/plugin-legacy are being removed.
Issue seems te go away by setting minifyJS to false, though this results in hydration issues as far as I've tested.
minifyJS
false
Repo with issue can be found at Git Repo. Is a clone of Playground SSR Vue with slight changes to show the issue.
Headers are added in server.js via Helmet.
To reproduce:
npm install
npm run build
npm run serve
minifyJs: true
minifyJs: false
The text was updated successfully, but these errors were encountered:
closed c77a0b8
Sorry, something went wrong.
No branches or pull requests
By adding enabling the minifier the CSP hashes set by @vite/plugin-legacy are being removed.
Issue seems te go away by setting
minifyJS
tofalse
, though this results in hydration issues as far as I've tested.Repo with issue can be found at Git Repo. Is a clone of Playground SSR Vue with slight changes to show the issue.
Headers are added in server.js via Helmet.
To reproduce:
npm install
npm run build
npm run serve
-> See console for issueminifyJs: true
tominifyJs: false
in vite.config.jsThe text was updated successfully, but these errors were encountered: