Skip to content

Commit a1ae194

Browse files
author
Angular Builds
committed
871eb69 fix(@ngtools/webpack): replace resources should return class node when modified
1 parent d7bc5ea commit a1ae194

File tree

3 files changed

+25
-16
lines changed

3 files changed

+25
-16
lines changed

help/build.json

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"hidden": false
5959
},
6060
{
61-
"name": "extractCss",
62-
"description": "Extract css from global styles into css files instead of js ones.",
61+
"name": "watch",
62+
"description": "Run build when files change.",
6363
"type": "boolean",
6464
"default": false,
6565
"required": false,
@@ -231,18 +231,18 @@
231231
"hidden": false
232232
},
233233
{
234-
"name": "polyfills",
235-
"description": "The full path for the polyfills file, relative to the current workspace.",
236-
"type": "string",
234+
"name": "extractCss",
235+
"description": "Extract css from global styles into css files instead of js ones.",
236+
"type": "boolean",
237+
"default": false,
237238
"required": false,
238239
"aliases": [],
239240
"hidden": false
240241
},
241242
{
242-
"name": "watch",
243-
"description": "Run build when files change.",
244-
"type": "boolean",
245-
"default": false,
243+
"name": "polyfills",
244+
"description": "The full path for the polyfills file, relative to the current workspace.",
245+
"type": "string",
246246
"required": false,
247247
"aliases": [],
248248
"hidden": false
@@ -422,6 +422,15 @@
422422
"aliases": [],
423423
"hidden": false,
424424
"deprecated": true
425+
},
426+
{
427+
"name": "experimentalImportFactories",
428+
"description": "**EXPERIMENTAL** Transform import statements for lazy routes to import factories when using View Engine. Should only be used when switching back and forth between View Engine and Ivy. See https://angular.io/guide/ivy for usage information.",
429+
"type": "boolean",
430+
"default": false,
431+
"required": false,
432+
"aliases": [],
433+
"hidden": false
425434
}
426435
],
427436
"aliases": [

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/cli",
3-
"version": "8.0.0-beta.10+21.7e9297b",
3+
"version": "8.0.0-beta.10+29.871eb69",
44
"description": "CLI tool for Angular",
55
"main": "lib/cli/index.js",
66
"bin": {
@@ -28,11 +28,11 @@
2828
},
2929
"homepage": "https://github.com/angular/angular-cli",
3030
"dependencies": {
31-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#7e9297b",
32-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#7e9297b",
33-
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#7e9297b",
34-
"@schematics/angular": "github:angular/schematics-angular-builds#7e9297b",
35-
"@schematics/update": "github:angular/schematics-update-builds#7e9297b",
31+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#871eb69",
32+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#871eb69",
33+
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#871eb69",
34+
"@schematics/angular": "github:angular/schematics-angular-builds#871eb69",
35+
"@schematics/update": "github:angular/schematics-update-builds#871eb69",
3636
"@yarnpkg/lockfile": "1.1.0",
3737
"debug": "^4.1.1",
3838
"ini": "1.3.5",

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fri Mar 29 2019 21:58:37 GMT+0000 (Coordinated Universal Time)
1+
Fri Mar 29 2019 22:04:45 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)