v1.7.5
Minor Release
Updates
- Update the devDependencies to update React and Jest libraries.
- Add mocks directory and
styleMock.js
to be able to mock the scss that gets imported in to the component. - Change dev to development and prod to production in
package.json
andwebpack
configs. - Add
__DEV__
variable to.eslint
globals and Jest globals.
Breaking Changes
- None