Skip to content

Commit 533ff17

Browse files
alan-agius4filipesilva
authored andcommitted
Revert "test(@angular/cli): disable webpack 5 e2e tests"
This reverts commit ba830d5.
1 parent 755cb8d commit 533ff17

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/legacy-cli/e2e/tests/misc/webpack-5.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ import { killAllProcesses, ng, silentYarn } from '../../utils/process';
33
import { ngServe, updateJsonFile } from '../../utils/project';
44

55
export default async function() {
6-
// Currently disabled as it breaks tslib 2.0.2
7-
// Cannot destructure property '__extends' of '_tslib_js__WEBPACK_IMPORTED_MODULE_0___default(...)' as it is undefined.
8-
return;
9-
106
// Setup project for yarn usage
117
await rimraf('node_modules');
128
await updateJsonFile('package.json', (json) => {

0 commit comments

Comments
 (0)