Skip to content

Commit

Permalink
chore(rsc): Remove unused node-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Sep 30, 2024
1 parent b05a9a5 commit 1c057b8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 505 deletions.
2 changes: 1 addition & 1 deletion packages/vite/attw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface Problem {

await $({
nothrow: true,
})`yarn attw -P --exclude-entrypoints ./bins/rw-vite-build.mjs ./react-node-loader -f json > .attw.json`
})`yarn attw -P --exclude-entrypoints ./bins/rw-vite-build.mjs -f json > .attw.json`
const output = await $`cat .attw.json`
await $`rm .attw.json`

Expand Down
3 changes: 0 additions & 3 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
"require": "./dist/cjs/buildFeServer.js",
"import": "./dist/buildFeServer.js"
},
"./react-node-loader": {
"default": "./dist/react-server-dom-webpack/node-loader.js"
},
"./build": {
"import": "./dist/build/build.js",
"default": "./dist/cjs/build/build.js"
Expand Down
Loading

0 comments on commit 1c057b8

Please sign in to comment.