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
When adding stories of components, sometimes I want to be able to use mocked JSON data which is passed in props. Currently, the webpack config is unable to handle .json file imports (as they are parsed as pure Javascript when called in require()).
The text was updated successfully, but these errors were encountered:
When adding stories of components, sometimes I want to be able to use mocked JSON data which is passed in props. Currently, the webpack config is unable to handle
.json
file imports (as they are parsed as pure Javascript when called inrequire()
).The text was updated successfully, but these errors were encountered: