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
The Storybook example project configuration files don't appear to work with the latest react-script@2 betas. Comparing my working project configuration to the webpack.config.js example configuration file, I have the following:
Remove polyfill: true from @babel/plugin-transform-runtime plugin configuration
Additionally, I think the webpack.config.monorepo.example.js configuration file should be removed now that the latest react-scripts@2 betas no longer support Yarn workspaces/Lerna monorepos.
The text was updated successfully, but these errors were encountered:
I'm going to close this issue because the features of this project will soon be in the Create React App package. I've created an issue with some information here: #30
The Storybook example project configuration files don't appear to work with the latest react-script@2 betas. Comparing my working project configuration to the
webpack.config.js
example configuration file, I have the following:polyfill: true
from @babel/plugin-transform-runtime plugin configurationAdditionally, I think the
webpack.config.monorepo.example.js
configuration file should be removed now that the latest react-scripts@2 betas no longer support Yarn workspaces/Lerna monorepos.The text was updated successfully, but these errors were encountered: