What is the proper way to deal with 'unsafe-eval' with app-webpack v4 beta and manifest v3 #17160
Unanswered
har1s1m
asked this question in
CLI - BEX mode
Replies: 1 comment
-
Project built with Vite has no issues |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I scaffolded a new project folder with the @quasar/app-webpack v4 beta with Webpack and after I run manifest v3 extension in the Chrome, Im getting following error:
`Uncaught EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self' 'wasm-unsafe-eval'".
`
How to deal with it?
Beta Was this translation helpful? Give feedback.
All reactions