Changelog

vitejs/vite · · 1 commit

Fix Sass package root resolution

Adds a regression test showing Sass should ignore package.json main and resolve index.scss at the package root.

Other misc changes

  • Regression test for Sass package resolution around main vs index.scss (sapphi-redebf39a0)
  • Exported CSS resolver helpers for test coverage/internal reuse (sapphi-redebf39a0)
  • Added Sass fixture package and ignore rules for the new test (sapphi-redebf39a0)