File tree Expand file tree Collapse file tree 3 files changed +2
-74
lines changed Expand file tree Collapse file tree 3 files changed +2
-74
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 201
201
"main" : " ./dist/client/src/extension" ,
202
202
"scripts" : {
203
203
"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 " ,
205
205
"compile:test" : " tsc -b test.tsconfig.json" ,
206
206
"compile:integration" : " tsc -b integration && yarn --cwd integration/project build" ,
207
207
"compile:syntaxes-test" : " tsc -b syntaxes/test" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const originalRequire = require;
18
18
* compile the server and add this banner to the top of the compilation so any place
19
19
* in the server code that uses `require` will get routed through this override.
20
20
*
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
22
22
* the `footer` option, and the `serverConfig` which provides the banner code at the top
23
23
* of the server output using the `banner` option.
24
24
*
You can’t perform that action at this time.
0 commit comments