1.0.7 • Published 5 years ago

global-esb-build-helper v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

ESB BUILDER HELPER

For after ng build , move js/js.map to libs folder and modify index.html

Installation

npm install global-esb-build-helper

Usage

package.json
script{
  build": "ng build && global-esb-build-helper"
}
global-esb-build-helper會讀取angular.json中如下欄位(defaultProject/baseHref/deployUrl/outputPath)


 "projects": {
    "xxx": {
      "root": "",
      "sourceRoot": "./",
      "projectType": "application",
      "prefix": "",
      "schematics": {},
      "architect": {
        "build": {
          "builder": "@angular-devkit/build-angular:browser",
          "options": {
            "baseHref": "/xxx/",
            "deployUrl": "/xxx/",
            "outputPath": "../../xxx_gateway/target/xxx",
...
defaultProject: "xxx"
1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago