test: add integration test for lazy chunks in cli apps using experimentalRollupPass (#32957)
PR Close #32957
This commit is contained in:

committed by
Matias Niemelä

parent
609d2557bc
commit
6471a2668e
13
integration/cli-hello-world-lazy-rollup/src/index.html
Normal file
13
integration/cli-hello-world-lazy-rollup/src/index.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CliHelloWorldlazy-rollup</title>
|
||||
<base href="/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
<app-root></app-root>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user