diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
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", |
