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 2813ed2 commit d1f4bebCopy full SHA for d1f4beb
packages/svelte/src/compiler/utils/compile_diagnostic.js
@@ -51,6 +51,7 @@ function get_code_frame(source, line, column) {
51
/** @implements {ICompileDiagnostic} */
52
export class CompileDiagnostic {
53
name = 'CompileDiagnostic';
54
+ // adding an empty stack so that vite will show the file and frame during build
55
stack = '';
56
57
/**
0 commit comments