File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,7 @@ which version of `react-scripts` this fork is built from.
19
19
20
20
## Differences to ` react-scripts `
21
21
22
- - Use [ CSS Modules] ( https://github.com/css-modules/css-modules ) on every css file
23
- - Use [ postcss-preset-env] ( https://github.com/csstools/postcss-preset-env )
22
+ - Use [ postcss-preset-env] ( https://github.com/csstools/postcss-preset-env ) with live CSS Custom Properties.
24
23
- Use [ postcss-import] ( https://github.com/postcss/postcss-import )
25
24
- Use [ postcss-apply] ( https://github.com/pascalduez/postcss-apply )
26
25
- Build an UMD module in production mode to support server side rendering
@@ -52,7 +51,7 @@ To update the fork to use a new version of the upstream repository:
52
51
53
52
### Making changes and testing
54
53
55
- To test your local changes, link the local repository to the application:
54
+ To test your local changes, use [ Verdaccio ] ( https://verdaccio.org/en/ ) or link the local repository to the application:
56
55
57
56
1 . In the ` create-react-app/packages/react-scripts ` directory, install
58
57
dependencies and make a link of the package:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sharetribe-scripts" ,
3
- "version" : " 4.0.0-beta " ,
3
+ "version" : " 4.0.0" ,
4
4
"description" :
" Fork of facebookincubator/[email protected] with some additional features." ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments