Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 06f96ee

Browse files
alan-agius4CaerusKaru
authored andcommitted
build: update to version (#1333)
Add terser as a devDepedencies to fix error: ``` ERROR: /home/circleci/ng/modules/express-engine/BUILD.bazel:22:1: every rule of type ng_package implicitly depends upon the target '@npm//terser/bin:terser', but this target could not be found because of: no such package '@npm//terser/bin': BUILD file not found in directory 'terser/bin' of external repository @npm. Add a BUILD file to a directory to mark it as a package. ERROR: Analysis of target '//modules/express-engine:npm_package' failed; build aborted: no such package '@npm//terser/bin': BUILD file not found in directory 'terser/bin' of external repository @npm. Add a BUILD file to a directory to mark it as a package. ```
1 parent 5fb6695 commit 06f96ee

File tree

2 files changed

+330
-175
lines changed

2 files changed

+330
-175
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@bazel/typescript": "^0.40.0",
5858
"@hapi/hapi": "^18.4.0",
5959
"@schematics/angular": "^9.0.0-next.14",
60-
"@types/express": "^4.17.1",
60+
"@types/express": "4.17.1",
6161
"@types/fs-extra": "^8.0.0",
6262
"@types/hapi__hapi": "^18.2.5",
6363
"@types/hapi__inert": "^5.2.0",
@@ -73,9 +73,14 @@
7373
"karma-typescript": "^4.1.0",
7474
"minimatch": "^3.0.4",
7575
"protractor": "5.4.2",
76+
"rollup": "~1.25.0",
77+
"rollup-plugin-commonjs": "^10.1.0",
78+
"rollup-plugin-node-resolve": "^5.2.0",
79+
"rollup-plugin-sourcemaps": "^0.4.2",
7680
"rxjs": "^6.5.3",
7781
"shelljs": "^0.8.3",
7882
"source-map-support": "^0.5.9",
83+
"terser": "^4.4.0",
7984
"ts-node": "8.5.2",
8085
"tslib": "~1.10.0",
8186
"tslint": "^5.18.0",

0 commit comments

Comments
 (0)