vite中sass警告JS API过期

170 阅读1分钟

vite中sass警告JS API过期

1.问题

image.png

配置Vite.config.ts文件,即可解决

image.png

api: 'modern-compiler',