Skip to content

Commit f394398

Browse files
committed
update readme
1 parent d759030 commit f394398

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,17 @@ This repository is used as an minimal example of using the [monkey-react-scripts
2222
- add sass support ([cbdf2d5])
2323
- add package `yarn add node-sass sass-loader`
2424
- edit `webpack-helpers/utils.js` (add `addRule` function)
25-
- add `webpack-helpers/sassPatch.js` and use it in `webpack.monkey.js`
25+
- add `webpack-helpers/cssPatch.js` and use it in `webpack.monkey.js`
2626
- add and use sample sass file
2727
- edit postcss configs ([9095c31])
2828
- add package `yarn add postcss-inline-rtl`
29-
- edit `webpack-helpers/sassPatch.js`
29+
- edit `webpack-helpers/cssPatch.js`
3030
- add required changes in `src/index.js` and `sample.scss`
31+
- upgrade to [email protected] ([d759030])
32+
- upgrade dependencies
33+
- change decorator plugin
34+
- remove sass-loader and rename sassPatch.js to cssPatch.js
35+
- change patches to support create-react-app@2
3136

3237
[monkey-react-scripts]: https://github.com/monkey-patches/monkey-react-scripts
3338
[create-react-app]: https://github.com/facebookincubator/create-react-app
@@ -37,4 +42,5 @@ This repository is used as an minimal example of using the [monkey-react-scripts
3742
[a9d844b]: https://github.com/monkey-patches/monkey-react-scripts-example/commit/a9d844b8f38397ce317c7f6ddbfb67dd184de68c
3843
[f966fce]: https://github.com/monkey-patches/monkey-react-scripts-example/commit/f966fce01c592f67bee451728bd7028f9f266c1e
3944
[93566ba]: https://github.com/monkey-patches/monkey-react-scripts-example/commit/93566ba660e7d40b946d6c96fbbb74820e95b6f4
40-
[ca1a7b9]: https://github.com/monkey-patches/monkey-react-scripts-example/commit/ca1a7b9b741a67a7891a9a3068c10ac666d750e6
45+
[ca1a7b9]: https://github.com/monkey-patches/monkey-react-scripts-example/commit/ca1a7b9b741a67a7891a9a3068c10ac666d750e6
46+
[d759030]: https://github.com/monkey-patches/monkey-react-scripts-example/commit/d759030325ca2d638b1ea0dd44e51655b88d5022

0 commit comments

Comments
 (0)