-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Description
Hi Team ant-design,
I tried using the storybook.js to develop the ant-design components for our app in isolation but it seems even after using config-overrides.js it doesn't work wrt javascriptEnabled options.
Steps to reproduce:
git clone https://github.com/ant-design/create-react-app-antd.git
cd create-react-app-antd/
rm -rf package-lock.json
yarn
npx -p @storybook/cli sb init
yarn storybook
The when we go to the indicated URL the CSS or JavaScript rendered CSS even in Storybook basic example doesn't work.
One a non-CRA project, it works fine
https://github.com/davidsonsns/storybook-antd
Please let me know how to resolve this config issue.
Metadata
Metadata
Assignees
Labels
No labels