close
The Wayback Machine - https://web.archive.org/web/20201023162009/https://github.com/angular/angular-cli/commit/17e9f38170467065b03652b16be43263f81013b1
Skip to content
Permalink
Browse files

test(@angular-devkit/build-webpack): update webpack 5 E2E to 5.1.3

  • Loading branch information
clydin committed Oct 22, 2020
1 parent e4a3138 commit 17e9f38170467065b03652b16be43263f81013b1
Showing with 1 addition and 1 deletion.
  1. +1 −1 tests/legacy-cli/e2e/tests/misc/webpack-5.ts
@@ -6,7 +6,7 @@ export default async function() {
// Setup project for yarn usage
await rimraf('node_modules');
await updateJsonFile('package.json', (json) => {
json.resolutions = { webpack: '5.1.0' };
json.resolutions = { webpack: '5.1.3' };
});
await silentYarn();
await silentYarn('webdriver-update');

0 comments on commit 17e9f38

Please sign in to comment.
You can’t perform that action at this time.