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 6ea4bac commit b1dc541Copy full SHA for b1dc541
tests/e2e/tests/build/styles/extract-css.ts
@@ -25,8 +25,8 @@ export default function () {
25
{ input: 'src/string-style.css' },
26
{ input: 'src/input-style.css' },
27
{ input: 'src/lazy-style.css', lazy: true },
28
- { input: 'src/pre-rename-style.css', output: 'renamed-style' },
29
- { input: 'src/pre-rename-lazy-style.css', output: 'renamed-lazy-style', lazy: true }
+ { input: 'src/pre-rename-style.css', bundleName: 'renamed-style' },
+ { input: 'src/pre-rename-lazy-style.css', bundleName: 'renamed-lazy-style', lazy: true }
30
];
31
}))
32
.then(() => ng('build', '--extract-css'))
0 commit comments