File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1- ## 0.1.3 (19 December, 2019)
1+ ## 0.2.0 (2 March 2020)
2+
3+ - Added ` webpack-hot-middleware ` support (#23 )
4+ - Fixed dependency on a global ` this ` variable to better support web workers (#26 )
5+
6+ ## 0.1.3 (19 December 2019)
27
38- Fixed runtime template injection when the ` runtimeChunks ` optimization is used in Webpack (#26 )
49
5- ## 0.1.2 (18 December, 2019)
10+ ## 0.1.2 (18 December 2019)
611
712- Fixed caching of Webpack loader to significantly improve performance (#22 )
813
9- ## 0.1.1 (13 December, 2019)
14+ ## 0.1.1 (13 December 2019)
1015
1116- Fixed usage of WDS SockJS fallback (#17 )
1217
13- ## 0.1.0 (7 December, 2019)
18+ ## 0.1.0 (7 December 2019)
1419
1520- Initial public release
Original file line number Diff line number Diff line change 11{
22 "name" : " @pmmmwh/react-refresh-webpack-plugin" ,
3- "version" : " 0.1.3 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " An **EXPERIMENTAL** Webpack plugin to enable \" Fast Refresh\" (also previously known as _Hot Reloading_) for React components." ,
55 "keywords" : [
66 " react" ,
You can’t perform that action at this time.
0 commit comments