Skip to content

Commit 99fe50d

Browse files
author
Angular Builds
committedMay 17, 2019
c81adbd fix(@schematics/angular): polyfills migration leaving broken code in windows
1 parent bcc05df commit 99fe50d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@angular-devkit/build-webpack",
3-
"version": "0.800.0-beta.18+111.c402903",
3+
"version": "0.800.0-beta.18+112.c81adbd",
44
"description": "Webpack Builder for Architect",
55
"experimental": true,
66
"main": "src/index.js",
77
"typings": "src/index.d.ts",
88
"builders": "builders.json",
99
"dependencies": {
10-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#c402903",
11-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#c402903",
10+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#c81adbd",
11+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#c81adbd",
1212
"rxjs": "6.4.0",
1313
"webpack-merge": "4.2.1"
1414
},

‎uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fri May 17 2019 18:56:26 GMT+0000 (Coordinated Universal Time)
1+
Fri May 17 2019 18:58:37 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)