我正在尝试从 Carbon Design System(Vue) 应用 g10 主题。但是每次我保存文件时编译大约需要 12-15 分钟。
- 有没有办法只为我使用的组件添加样式?
- 如果没有,如何减少构建时间?
- 有没有办法删除对 scss 文件的监视,以便在处理 Vue 文件时节省编译时间?
@import "@carbon/themes/scss/themes";
$carbon--theme: $carbon--theme--g10;
// Use the gray 10 theme
@include carbon--theme();
@import "carbon-components/scss/globals/scss/styles";
@import "@carbon/grid/scss/grid";