strothj / react-app-rewire-typescript-babel-preset

Add TypeScript support to Create React App using @babel/preset-typescript
https://react-app-rewire-typescript-babel-preset.netlify.com
MIT License
52 stars 6 forks source link

Update Storybook examples for react-scripts@2.0.0 #26

Closed seniorquico closed 5 years ago

seniorquico commented 5 years ago

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:

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.

strothj commented 5 years ago

Hello,

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: https://github.com/strothj/react-app-rewire-typescript-babel-preset/issues/30