|
10 | 10 | "prefix": "lib", |
11 | 11 | "architect": { |
12 | 12 | "build": { |
13 | | - "builder": "@angular-devkit/build-angular:ng-packagr", |
14 | | - "options": { |
15 | | - "project": "projects/ngx-grapesjs/ng-package.json" |
16 | | - }, |
| 13 | + "builder": "@angular/build:ng-packagr", |
17 | 14 | "configurations": { |
18 | 15 | "production": { |
19 | 16 | "tsConfig": "projects/ngx-grapesjs/tsconfig.lib.prod.json" |
|
25 | 22 | "defaultConfiguration": "production" |
26 | 23 | }, |
27 | 24 | "test": { |
28 | | - "builder": "@angular-devkit/build-angular:karma", |
| 25 | + "builder": "@angular/build:karma", |
29 | 26 | "options": { |
30 | 27 | "tsConfig": "projects/ngx-grapesjs/tsconfig.spec.json", |
31 | 28 | "polyfills": [ |
|
48 | 45 | "prefix": "app", |
49 | 46 | "architect": { |
50 | 47 | "build": { |
51 | | - "builder": "@angular-devkit/build-angular:application", |
| 48 | + "builder": "@angular/build:application", |
52 | 49 | "options": { |
53 | | - "outputPath": "dist/demo-editor", |
54 | | - "index": "projects/demo-editor/src/index.html", |
55 | 50 | "browser": "projects/demo-editor/src/main.ts", |
56 | 51 | "polyfills": [ |
57 | 52 | "zone.js" |
|
99 | 94 | "defaultConfiguration": "production" |
100 | 95 | }, |
101 | 96 | "serve": { |
102 | | - "builder": "@angular-devkit/build-angular:dev-server", |
| 97 | + "builder": "@angular/build:dev-server", |
103 | 98 | "configurations": { |
104 | 99 | "production": { |
105 | 100 | "buildTarget": "demo-editor:build:production" |
|
111 | 106 | "defaultConfiguration": "development" |
112 | 107 | }, |
113 | 108 | "extract-i18n": { |
114 | | - "builder": "@angular-devkit/build-angular:extract-i18n" |
| 109 | + "builder": "@angular/build:extract-i18n" |
115 | 110 | }, |
116 | 111 | "test": { |
117 | | - "builder": "@angular-devkit/build-angular:karma", |
| 112 | + "builder": "@angular/build:karma", |
118 | 113 | "options": { |
119 | 114 | "polyfills": [ |
120 | 115 | "zone.js", |
|
129 | 124 | ], |
130 | 125 | "styles": [ |
131 | 126 | "projects/demo-editor/src/styles.css" |
132 | | - ], |
133 | | - "scripts": [] |
| 127 | + ] |
134 | 128 | } |
135 | 129 | } |
136 | 130 | } |
137 | 131 | } |
| 132 | + }, |
| 133 | + "schematics": { |
| 134 | + "@schematics/angular:component": { |
| 135 | + "type": "component" |
| 136 | + }, |
| 137 | + "@schematics/angular:directive": { |
| 138 | + "type": "directive" |
| 139 | + }, |
| 140 | + "@schematics/angular:service": { |
| 141 | + "type": "service" |
| 142 | + }, |
| 143 | + "@schematics/angular:guard": { |
| 144 | + "typeSeparator": "." |
| 145 | + }, |
| 146 | + "@schematics/angular:interceptor": { |
| 147 | + "typeSeparator": "." |
| 148 | + }, |
| 149 | + "@schematics/angular:module": { |
| 150 | + "typeSeparator": "." |
| 151 | + }, |
| 152 | + "@schematics/angular:pipe": { |
| 153 | + "typeSeparator": "." |
| 154 | + }, |
| 155 | + "@schematics/angular:resolver": { |
| 156 | + "typeSeparator": "." |
| 157 | + } |
138 | 158 | } |
139 | 159 | } |
0 commit comments