File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.5.11 (15 Aug 2023)
2
+
3
+ ### Features
4
+
5
+ - Added support to exclude dynamically generated modules from other loaders (#769 )
6
+
7
+ ### Fixes
8
+
9
+ - Fixed unnecessary memory leaks due to `prevExports`` (#766 )
10
+ - Relaxed peer dependency requirement on ` type-fest ` to allow v4.x (#767 )
11
+ - Fixed module type resolution when there is difference across contexts (#768 )
12
+
1
13
## 0.5.10 (24 Nov 2022)
2
14
3
15
### Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pmmmwh/react-refresh-webpack-plugin" ,
3
- "version" : " 0.5.10 " ,
3
+ "version" : " 0.5.11 " ,
4
4
"description" : " An **EXPERIMENTAL** Webpack plugin to enable \" Fast Refresh\" (also previously known as _Hot Reloading_) for React components." ,
5
5
"keywords" : [
6
6
" react" ,
You can’t perform that action at this time.
0 commit comments