File tree 3 files changed +14
-4
lines changed
3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change
1
+ # [ 5.0.0] ( https://github.com/easy-team/easywebpack-react/compare/4.4.3...5.0.0 ) (2020-10-16)
2
+
3
+
4
+ ### Features
5
+
6
+ * update easywebpack 5 deps ([ f9d4c9c] ( https://github.com/easy-team/easywebpack-react/commit/f9d4c9cf752d68f9342f7d5a20e3e70608a4f825 ) )
7
+
8
+
9
+
1
10
## [ 4.1.1] ( https://github.com/easy-team/easywebpack-react/compare/4.4.3...4.1.1 ) (2019-11-20)
2
11
3
12
Original file line number Diff line number Diff line change 22
22
23
23
React client render and server side render build solution for Webpack
24
24
25
+ - easywebpack-react ^5.0.0 > Webpack ^5.0.0 + Babel 7
25
26
- @easy-team/easywebpack-react ^4.0.0 > Webpack ^4.0.0 + Babel 7
26
27
- easywebpack-react ^4.0.0 > Webpack ^4.0.0 + Babel 6
27
28
- easywebpack-react ^3.0.0 > Webpack ^3.0.0 + Babel 6
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " easywebpack-react" ,
3
- "version" : " 5.0.0-beta.2 " ,
3
+ "version" : " 5.0.0" ,
4
4
"description" : " React client render and server side render build solution for Webpack" ,
5
5
"keywords" : [
6
6
" webpack" ,
11
11
"@babel/preset-react" : " ^7.0.0" ,
12
12
"@hot-loader/react-dom" : " ^16.8.6" ,
13
13
"babel-plugin-import" : " ^1.12.0" ,
14
- "easywebpack" : " ^5.0.0-beta.1 " ,
14
+ "easywebpack" : " ^5.0.0" ,
15
15
"eslint-plugin-react" : " ^7.1.0" ,
16
16
"isomorphic-style-loader" : " ^5.0.0" ,
17
17
"react-entry-template-loader" : " ^1.0.0" ,
30
30
"react-dom" : " ^16.0.0"
31
31
},
32
32
"engines" : {
33
- "node" : " >=8 .0.0"
33
+ "node" : " >=10 .0.0"
34
34
},
35
35
"scripts" : {
36
36
"lint" : " eslint ." ,
49
49
" tool"
50
50
],
51
51
"ci" : {
52
- "version" : " 8, 10, 12, 14"
52
+ "version" : " 10, 12, 14"
53
53
},
54
54
"nyc" : {
55
55
"exclude" : [
You can’t perform that action at this time.
0 commit comments