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
feat(preprocess): check preprocess dependencies for anomalies (#767)
* feat(preprocess): check preprocess dependencies for anomalies
* fix: ensure we keep native path separators on windows in dependencies array, remove .css check as it is too unreliable
* Apply suggestions from code review
Co-authored-by: Bjorn Lu <[email protected]>
---------
Co-authored-by: Bjorn Lu <[email protected]>
'svelte.preprocess returned this file as a dependency of itself. This can be caused by an invalid configuration or importing generated code that depends on .svelte files (eg. tailwind base css)',
message: `svelte.preprocess depends on more than 10 external files which can cause slow builds and poor DX, try to reduce them. Found: ${dependencies.join(
0 commit comments