This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
Releases: dclark27/react-library-template
Releases · dclark27/react-library-template
Storybook 5, adding styling
Removing tests from build folder
Tests were not being excluded from the build directory and were causing jest to fail after running a build.
0.2.0 - Removing dependencies, removing react-scripts
This release removes the dependency on react-scripts due to conflicts with TypeScript and Storybook.
At the moment, react-scripts makes decisions about your TSConfig file that interfere with the library building portion of this project. Resolving that led to test issues that could not be resolved. This release removes react-scripts until both can work together.
Also
- Removing bootstrap dependency
- Updating scripts
- Updating to storybook 4.1.1
Initial release!
Merge pull request #3 from dclark27/adding_license Adding license file