Skip to content

Commit

Permalink
fix: html title error (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahabhgk authored Aug 19, 2024
1 parent def6a95 commit 6b6fe7c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cases/10000/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><%= htmlWebpackPlugin.options.title %></title>
<title>10000</title>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@icon-park/react": "^1.4.2",
"@rspack/plugin-react-refresh": "^0.7.5",
"@rspack/plugin-react-refresh": "1.0.0",
"meow": "^13.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
24 changes: 20 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b6fe7c

Please sign in to comment.