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 6f72e28 commit c9080b8Copy full SHA for c9080b8
tests/e2e/tests/third-party/material-icons.ts
@@ -11,12 +11,12 @@ export default function() {
11
app['styles'].push('../node_modules/material-design-icons/iconfont/material-icons.css');
12
}))
13
.then(() => ng('build', '--extract-css'))
14
- .then(() => expectFileToMatch('dist/styles.bundle.css', 'Material Icons'))
+ .then(() => expectFileToMatch('dist/styles.css', 'Material Icons'))
15
.then(() => ng(
16
'build',
17
'--prod',
18
'--extract-css',
19
'--output-hashing=none'
20
))
21
- .then(() => expectFileToMatch('dist/styles.bundle.css', 'Material Icons'));
+ .then(() => expectFileToMatch('dist/styles.css', 'Material Icons'));
22
}
0 commit comments