Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望 laravel webpack 将 app.scss 文件编译成单个scss(不是 css)文件。这个生成的文件稍后将使用scssphp
scssphp
理想情况下,生成的输出将带有 scss 扩展名而不是 sass,因为 scssphp 只能处理 scss 文件
我最终使用了这个包scss-bundle
scss-bundle