We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c61ced commit 4e80c00Copy full SHA for 4e80c00
tests/legacy-cli/e2e/tests/misc/webpack-5.ts
@@ -6,7 +6,7 @@ export default async function() {
6
// Setup project for yarn usage
7
await rimraf('node_modules');
8
await updateJsonFile('package.json', (json) => {
9
- json.resolutions = { webpack: '5.0.0-beta.30' };
+ json.resolutions = { webpack: '5.0.0-rc.3' };
10
});
11
await silentYarn();
12
await silentYarn('webdriver-update');
0 commit comments