修改project.config.json如下:

"setting": {
    ...    
    "useCompilerPlugins": [
        "sass"
    ],
}

less、ts同理加入less、typescript即可。

更多推荐