Skip to content

Commit f7d3078

Browse files
committed
try this
1 parent c96860e commit f7d3078

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/compiler/phases/2-analyze

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/phases/2-analyze/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ export function analyze_component(root, source, options) {
520520
hash: root.css
521521
? options.cssHash({
522522
css: root.css.content.styles,
523-
filename: options.filename,
523+
filename: state.filename,
524524
name: component_name,
525525
hash
526526
})

0 commit comments

Comments
 (0)