Skip to content

Commit

Permalink
SSR HMR fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StopNGo committed Mar 15, 2023
1 parent 3107b5b commit a58f209
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-proto",
"version": "1.4.0",
"version": "1.4.1",
"description": "React TypeScript Boilerplate",
"author": "Max L Stop&Go",
"license": "ISC",
Expand Down
1 change: 0 additions & 1 deletion webpack/client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ const clientConfig: Configuration = {
}
}),
optimization: {
minimize: true,
splitChunks: {
cacheGroups: {
vendor: {
Expand Down

0 comments on commit a58f209

Please sign in to comment.