aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2026-01-28 18:13:07 +0100
committerGitHub <noreply@github.com>2026-01-28 18:13:07 +0100
commite18f2a46f3f4bfa7881b8cbc254c10f6eb570040 (patch)
tree022efa1e5c590302290b54999b813efc81c7358b /package.json
parent0e4d714c1a6042a448e699176c1fbc84a89393c4 (diff)
parentfe44f280dc6b80edbee09de1ddc4742feb46c46c (diff)
Merge pull request #289 from OmniTroid/esbuild
Esbuild
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 92b4549..d46a9bd 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
"deploy": "cross-env NODE_ENV=production webpack -p",
"test": "jest",
"test:coverage": "jest --coverage",
- "build": "webpack --config webpack.config.js",
+ "build": "bun build.js",
"start": "webpack serve --config webpack.config.js --mode development",
"lint": "eslint webAO --ext .js",
"lint:fix": "npm run lint -- --fix",
@@ -55,6 +55,7 @@
"@fingerprintjs/fingerprintjs": "^3.4.2",
"@types/websocket": "^1.0.10",
"core-js": "^3.47.0",
+ "esbuild-loader": "^4.4.2",
"golden-layout": "^2.6.0",
"jest-environment-jsdom": "^29.7.0",
"regenerator-runtime": "^0.13.11",