Skip to content

Commit

Permalink
chore: replace rspack with esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored and marco-ippolito committed Aug 10, 2024
1 parent d92dda2 commit 95b0e0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 35 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,20 @@
"ci:fix": "biome check --write",
"prepack": "npm run build",
"postpack": "npm run clean",
"build": "rspack build",
"build": "esbuild --bundle --platform=node --target=node18 --outdir=dist src/index.ts",
"typecheck": "tsc --noEmit",
"test": "node --test --experimental-test-snapshots \"**/*.test.js\"",
"test:regenerate": "node --test --experimental-test-snapshots --test-update-snapshots \"**/*.test.js\""
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@rspack/cli": "^0.7.5",
"@rspack/core": "^0.7.5",
"@types/node": "^20.14.11",
"esbuild": "^0.23.0",
"rimraf": "^6.0.1",
"typescript": "^5.5.3"
},
"files": ["dist", "LICENSE.md"]
"files": [
"dist",
"LICENSE.md"
]
}
31 changes: 0 additions & 31 deletions rspack.config.js

This file was deleted.

0 comments on commit 95b0e0e

Please sign in to comment.