Skip to content

Commit 3b045a6

Browse files
authored
extract strings from template as well as scripts (#1226)
extract strings from template as well as scripts - closes #1223
1 parent eb1eb2b commit 3b045a6

File tree

1 file changed

+1
-0
lines changed
  • packages/repl/src/lib/workers/bundler

1 file changed

+1
-0
lines changed

packages/repl/src/lib/workers/bundler/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ async function get_bundle(
492492

493493
add_tailwind_candidates(result.ast.module);
494494
add_tailwind_candidates(result.ast.instance);
495+
add_tailwind_candidates(result.ast.html);
495496

496497
if (result.css?.code) {
497498
// resolve local files by inlining them

0 commit comments

Comments
 (0)