You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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' blob: filesystem:".
#1
Open
deadcoder0904 opened this issue
Feb 16, 2021
· 0 comments
I got the above error & solved it via https://stackoverflow.com/a/49100966/6141587
In short, added this to
webpack.config.js
:devtool: 'cheap-module-source-map'
I think it'd be a great add to the boilerplate :)
The text was updated successfully, but these errors were encountered: