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 2e8e9d8 commit 323289bCopy full SHA for 323289b
tests/legacy-cli/e2e/tests/build/prerender/http-requests-assets.ts
@@ -5,12 +5,6 @@ import { installWorkspacePackages } from '../../../utils/packages';
5
import { useSha } from '../../../utils/project';
6
7
export default async function () {
8
- // TODO(alanagius): allow this test to run for non snapshots once FW v17.0.0-rc.1 is released on NPM.
9
- const isSnapshotBuild = getGlobalVariable('argv')['ng-snapshots'];
10
- if (!isSnapshotBuild) {
11
- return;
12
- }
13
-
14
const useWebpackBuilder = !getGlobalVariable('argv')['esbuild'];
15
if (useWebpackBuilder) {
16
// Not supported by the webpack based builder.
0 commit comments