@@ -22,12 +22,17 @@ This repository is used as an minimal example of using the [monkey-react-scripts
22
22
- add sass support ([ cbdf2d5] )
23
23
- add package ` yarn add node-sass sass-loader `
24
24
- 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 `
26
26
- add and use sample sass file
27
27
- edit postcss configs ([ 9095c31] )
28
28
- add package ` yarn add postcss-inline-rtl `
29
- - edit ` webpack-helpers/sassPatch .js `
29
+ - edit ` webpack-helpers/cssPatch .js `
30
30
- 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
31
36
32
37
[ monkey-react-scripts ] : https://github.com/monkey-patches/monkey-react-scripts
33
38
[ 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
37
42
[ a9d844b ] : https://github.com/monkey-patches/monkey-react-scripts-example/commit/a9d844b8f38397ce317c7f6ddbfb67dd184de68c
38
43
[ f966fce ] : https://github.com/monkey-patches/monkey-react-scripts-example/commit/f966fce01c592f67bee451728bd7028f9f266c1e
39
44
[ 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