We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f535f commit 0484175Copy full SHA for 0484175
tests/e2e/tests/build/chunk-hash.ts
@@ -19,7 +19,7 @@ export default function() {
19
.then(() => {
20
fs.readdirSync('./dist')
21
.forEach(name => {
22
- if (!name.match(/(main|inline|style|\d+)\.[a-z0-9]+\.bundle\.(js|css)/)) {
+ if (!name.match(/(main|inline|styles|\d+)\.[a-z0-9]+\.bundle\.(js|css)/)) {
23
return;
24
}
25
@@ -33,7 +33,7 @@ export default function() {
33
34
35
36
37
38
39
0 commit comments