这意味着你的项目可能依赖于Sass预处理器,但Vite未能正确找到或加载sass-embedded库。 检查项目依赖是否包含sass-embedded: 首先,你需要检查你的package.json文件,看看是否列出了sass-embedded作为依赖项。你可以使用以下命令来查看已安装的依赖: bash npm list sass-embedded 或者,如果你使用的是Yarn: bash yarn ...
Sign in Sign up vitejs / vite Public Sponsor Notifications Fork 6.3k Star 69.8k Code Issues 466 Pull requests 173 Discussions Actions Projects 1 Security 6 Insights ecosystem-ci trigger sass dynamic import is undefined when building with "modern-compiler" and sass-embedded #21635 ...
Next generation frontend tooling. It's fast! Contribute to vitejs/vite development by creating an account on GitHub.
Artifacts – semantic-pull-request.yml on: pull_request_target Semantic Pull Request 2s Oh hello! Nice to see you. Made with ️ by humans.txt
Whitespace Ignore whitespace Split Unified package.json pnpm-lock.yaml src/types auto-imports.d.ts vite.config.ts 2 changes: 1 addition & 1 deletion2package.json Original file line numberDiff line numberDiff line change Expand Up@@ -73,7 +73,7 @@ ...
vite.config-sass-modern-compiler.js vitestGlobalSetup.ts pnpm-lock.yaml 4 changes: 2 additions & 2 deletions 4 docs/config/shared-options.md Original file line numberDiff line numberDiff line change @@ -225,7 +225,7 @@ Note if an inline config is provided, Vite will not search ...
"sass-embedded":"^1.80.4", "vite":"^5.4.10" } } 248 changes: 124 additions & 124 deletions248client/yarn.lock Original file line numberDiff line numberDiff line change @@ -2149,110 +2149,110 @@ safe-regex-test@^1.0.3: es-errors "^1.3.0" ...
Next generation frontend tooling. It's fast! Contribute to vitejs/vite development by creating an account on GitHub.
Next generation frontend tooling. It's fast! Contribute to vitejs/vite development by creating an account on GitHub.
Next generation frontend tooling. It's fast! Contribute to vitejs/vite development by creating an account on GitHub.