You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to the issue where you can't use spaces in filenames (#82), it seems like if you try to use a hyphen (-) instead of an underscore (_) you get a somewhat convoluted error:
build.go:152:
Error in Client build step
Could not get all layouts Could not add SSR Component for layouts/content/event-list.svelte: SyntaxError: Unexpected token '-'
Not sure if this is a bug that was introduced recently, but using hyphens in filenames is probably pretty common. We should allow this.
The text was updated successfully, but these errors were encountered:
Similar to the issue where you can't use spaces in filenames (#82), it seems like if you try to use a hyphen (
-
) instead of an underscore (_
) you get a somewhat convoluted error:Not sure if this is a bug that was introduced recently, but using hyphens in filenames is probably pretty common. We should allow this.
The text was updated successfully, but these errors were encountered: