Skip to content

Commit 6f43791

Browse files
committed
build: remove unused esbuild.js
The esbuild configuration is now managed in the BUILD.bazel rules.
1 parent 2dfe6d9 commit 6f43791

File tree

3 files changed

+2
-74
lines changed

3 files changed

+2
-74
lines changed

esbuild.js

Lines changed: 0 additions & 72 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
"main": "./dist/client/src/extension",
202202
"scripts": {
203203
"ng-dev": "cross-env TS_NODE_PROJECT=$PWD/.ng-dev/tsconfig.json TS_NODE_TRANSPILE_ONLY=1 node --no-warnings --loader ts-node/esm node_modules/@angular/dev-infra-private/ng-dev/bundles/cli.mjs",
204-
"compile": "tsc -b && node esbuild.js",
204+
"compile": "tsc -b && yarn bazel build :npm",
205205
"compile:test": "tsc -b test.tsconfig.json",
206206
"compile:integration": "tsc -b integration && yarn --cwd integration/project build",
207207
"compile:syntaxes-test": "tsc -b syntaxes/test",

server/src/banner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const originalRequire = require;
1818
* compile the server and add this banner to the top of the compilation so any place
1919
* in the server code that uses `require` will get routed through this override.
2020
*
21-
* Refer also to `esbuild.js`, the `bannerConfig` which overrides the `require` using
21+
* Refer also to `esbuild` rules in the server package, the `bannerConfig` which overrides the `require` using
2222
* the `footer` option, and the `serverConfig` which provides the banner code at the top
2323
* of the server output using the `banner` option.
2424
*

0 commit comments

Comments
 (0)