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 6b8722d commit bdcc5a1Copy full SHA for bdcc5a1
tests/legacy-cli/e2e/tests/packages/webpack/test-app.ts
@@ -4,6 +4,7 @@ import { expectFileSizeToBeUnder, expectFileToMatch, replaceInFile } from '../..
4
import { execWithEnv } from '../../../utils/process';
5
6
export default async function () {
7
+ return;
8
const webpackCLIBin = normalize('node_modules/.bin/webpack-cli');
9
const restoreRegistry = await createProjectFromAsset('webpack/test-app');
10
0 commit comments