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
{{ message }}
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
We have a custom build structure - "build-storybook": "build-storybook -s local-dir",
but when deploying we run into this error on our GitHub pages instance. 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' 'unsafe-inline'".
we've recently updated to storybook v 6 and have verified that the local instance of storybook is working perfectly.
Screenshots and/or logs
The text was updated successfully, but these errors were encountered:
Describe the bug
We have a custom build structure -
"build-storybook": "build-storybook -s local-dir",
but when deploying we run into this error on our GitHub pages instance.
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' 'unsafe-inline'".
we've recently updated to storybook v 6 and have verified that the local instance of storybook is working perfectly.
Screenshots and/or logs
The text was updated successfully, but these errors were encountered: