Skip to content

Commit f33db50

Browse files
committed
build: remove esbuild
1 parent ffc21d6 commit f33db50

File tree

5 files changed

+6
-112
lines changed

5 files changed

+6
-112
lines changed

.github/labeler.yml

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
- 'nx.json'
7474
- '.nvmrc'
7575
- '.prettierrc'
76-
- 'esbuild.config.js'
7776
- '.github/ISSUE_TEMPLATE/**'
7877
- '.husky/**'
7978
- 'commitlint.config.mjs'

knip.config.ts

-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ const withNxStandards = (): KnipConfigPlugin => () => {
7070
'**/code-pushup.*.{js,mjs,ts,cjs,mts,cts}',
7171
'**/vite.config.*.ts',
7272
'**/*.d.ts',
73-
'esbuild.config.js',
7473
'tools/**/*.{js,mjs,ts,cjs,mts,cts}',
7574
],
7675
ignoreDependencies: [

nx.json

-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
"inputs": ["production", "^production"],
77
"cache": true
88
},
9-
"@nx/esbuild:esbuild": {
10-
"inputs": [
11-
"production",
12-
"^production",
13-
"{workspaceRoot}/esbuild.config.js"
14-
]
15-
},
169
"lint": {
1710
"inputs": [
1811
"default",

package-lock.json

-96
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-7
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"@commitlint/cz-commitlint": "^19.5.0",
5555
"@commitlint/types": "^19.5.0",
5656
"@nodelib/fs.walk": "^2.0.0",
57-
"@nx/esbuild": "19.8.13",
5857
"@nx/eslint-plugin": "19.8.13",
5958
"@nx/js": "19.8.13",
6059
"@nx/plugin": "19.8.13",
@@ -117,14 +116,14 @@
117116
"zod2md": "^0.1.3"
118117
},
119118
"optionalDependencies": {
120-
"@rollup/rollup-darwin-x64": "^4.0.0",
119+
"@esbuild/darwin-arm64": "^0.19.12",
120+
"@nx/nx-darwin-arm64": "19.8.13",
121+
"@nx/nx-darwin-x64": "19.8.13",
122+
"@nx/nx-linux-x64-gnu": "19.8.13",
121123
"@rollup/rollup-darwin-arm64": "^4.0.0",
124+
"@rollup/rollup-darwin-x64": "^4.0.0",
122125
"@rollup/rollup-linux-x64-gnu": "^4.0.0",
123-
"@rollup/rollup-win32-x64-msvc": "^4.0.0",
124-
"@esbuild/darwin-arm64": "^0.19.12",
125-
"@nx/nx-darwin-arm64": "19.8.9",
126-
"@nx/nx-darwin-x64": "19.8.9",
127-
"@nx/nx-linux-x64-gnu": "19.8.9"
126+
"@rollup/rollup-win32-x64-msvc": "^4.0.0"
128127
},
129128
"overrides": {
130129
"@beaussan/nx-knip": {

0 commit comments

Comments
 (0)