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
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Provide a description in this issue that describes the bug.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/vue-next instead.
@functionsvg-url($string) {
// FIXME: The above line is triggering this error, must be certain function name with params.// I haven't figure out what kind of functionname and param name can trigger this error// original function is removed@return"";
}
This is absolutely not a bug with sass because it's working prefect with webpack.
The text was updated successfully, but these errors were encountered:
This issue has been locked since it has been closed for more than 14 days.
If you have found a concrete bug or regression related to it, please open a new bug report with a reproduction against the latest Vite version. If you have any other comments you should join the chat at Vite Land or create a new discussion.
Describe the bug
Certain variable and function name in scss can cause fatal error in vite
Reproduction
https://github.com/Mister-Hope/vite-bug/
System Info
Output of
npx envinfo --system --npmPackages vite,@vitejs/plugin-vue --binaries --browsers
:Used package manager:
yarn
Logs
Before submitting the issue, please make sure you do the following
Addtional info:
Lines triggeres this bug:
This is absolutely not a bug with sass because it's working prefect with webpack.
The text was updated successfully, but these errors were encountered: