Skip to content

Commit

Permalink
fix: @rspack/plugin-react-refresh move out rspack monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Aug 9, 2024
1 parent a22eab6 commit ea2638f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/scenarios/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@ module.exports.plugins.push(new (require("../../lib/scenarios/build-plugin.cjs")
path.resolve(rspackDir, "packages/rspack-cli"),
path.resolve(rootDir, "node_modules/@rspack/cli")
]);
await runCommand("ln", [
"-nsf",
path.resolve(rspackDir, "packages/rspack-plugin-react-refresh"),
path.resolve(rootDir, "node_modules/@rspack/plugin-react-refresh")
]);
},
async warmup(ctx) {
console.log("Run Rspack with args:", ctx.rspackArgs);
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@icon-park/react": "^1.4.2",
"@rspack/plugin-react-refresh": "^0.7.5",
"meow": "^13.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
14 changes: 14 additions & 0 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 ea2638f

Please sign in to comment.