Commit 4c2ce63
jfusco
Update build process and dependencies
Update the devDependencies - update React and Jest libraries.
With the update to Jest, they deprecated some config options in package.json
suck as scriptProcessor. Remove testIgnorPattern and scriptPreprocessor
and add moduleNameMapper and unmockedModulePatterns. Add __mocks__
directory and styleMock.js to be able to mock the scss
that gets imported in to the component to ignore the styles.
Change dev to deveopment and prod to production in
package.json and webpack configs. Add __DEV__ variable
to eslint globals and Jest globals1 parent 2b93386 commit 4c2ce63
File tree
22 files changed
+2509
-2819
lines changed- dist
- docs
- coverage
- lcov-report
- src/component/scss
- webpack
22 files changed
+2509
-2819
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments