Skip to content

Commit

Permalink
feat(@angular-devkit/build-angular): revert to webpack 4.9.2
Browse files Browse the repository at this point in the history
Workaround for webpack/webpack#7499
  • Loading branch information
filipesilva committed Jun 13, 2018
1 parent e4b13ba commit b7f2327
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 133 deletions.
244 changes: 113 additions & 131 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"typescript": "~2.7.2",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.0.1",
"webpack": "~4.11.1",
"webpack": "~4.9.2",
"webpack-dev-middleware": "^3.1.3",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"tree-kill": "^1.2.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.0.1",
"webpack": "~4.11.1",
"webpack": "~4.9.2",
"webpack-dev-middleware": "^3.1.3",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.2",
Expand Down
1 change: 1 addition & 0 deletions scripts/validate-licenses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const ignoredPackages = [

'@webassemblyjs/[email protected]', // MIT but no LICENSE file. `license` field in package.json.
'@webassemblyjs/[email protected]', // Apache 2.0 license, but get discovered as "Apache".
'@webassemblyjs/[email protected]', // Apache 2.0 license, but get discovered as "Apache".
];

// Find all folders directly under a `node_modules` that have a package.json.
Expand Down

0 comments on commit b7f2327

Please sign in to comment.