Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:privatenumber/esbuild-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Sep 4, 2022
2 parents 680917c + de22b33 commit 08cce3d
Show file tree
Hide file tree
Showing 10 changed files with 601 additions and 947 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ Speed up your Webpack build with [esbuild](https://github.com/evanw/esbuild)!

Curious how much faster your build will be? See [what users are saying](https://github.com/privatenumber/esbuild-loader/discussions/138).


---

> **🤫 Psst! Want to power up your Node.js with esbuild?**
>
> Checkout our new project [`tsx`](https://github.com/esbuild-kit/tsx), an esbuild enhanced Node.js runtime that can run TypeScript instantly!
---

<sub>Support this project by ⭐️ starring and sharing it. [Follow me](https://github.com/privatenumber) to see what other cool projects I'm working on! ❤️</sub>

## 🚀 Install
Expand Down
26 changes: 8 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,48 +19,38 @@
"files": [
"dist"
],
"main": "dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"pretest": "npm run build",
"test": "jest --coverage",
"lint": "eslint ."
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.ts": [
"eslint",
"jest --bail --findRelatedTests"
]
},
"peerDependencies": {
"webpack": "^4.40.0 || ^5.0.0"
},
"dependencies": {
"esbuild": "^0.14.39",
"esbuild": "^0.15.6",
"joycon": "^3.0.1",
"json5": "^2.2.0",
"loader-utils": "^2.0.0",
"tapable": "^2.2.0",
"webpack-sources": "^2.2.0"
},
"devDependencies": {
"@pvtnbr/eslint-config": "^0.22.0",
"@pvtnbr/eslint-config": "^0.26.2",
"@types/jest": "^27.0.3",
"@types/loader-utils": "^2.0.3",
"@types/node": "^18.0.4",
"@types/webpack": "^4.41.32",
"@types/webpack-sources": "^3.2.0",
"css-loader": "^5.2.0",
"eslint": "^8.15.0",
"husky": "^4.3.8",
"eslint": "^8.19.0",
"jest": "^27.4.4",
"lint-staged": "^12.1.2",
"memfs": "^3.4.0",
"mini-css-extract-plugin": "^1.4.0",
"typescript": "^4.6.4",
"typescript": "^4.7.4",
"unionfs": "^4.4.0",
"webpack": "^4.44.2",
"webpack-test-utils": "^1.1.0",
Expand Down
Loading

0 comments on commit 08cce3d

Please sign in to comment.