Skip to content

Commit ba830d5

Browse files
alan-agius4clydin
authored andcommitted
test(@angular/cli): disable webpack 5 e2e tests
Webpack 5 causes a runtime error when used with tslib 2.0.2, disable for the time being until we investigate this further.
1 parent 9d71ebf commit ba830d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ 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+
610
// Setup project for yarn usage
711
await rimraf('node_modules');
812
await updateJsonFile('package.json', (json) => {

0 commit comments

Comments
 (0)