chore: resolve sass and vue compiler deprecation warnings (#13794)
This commit is contained in:
@@ -45,6 +45,13 @@ if (isLibraryMode) {
|
||||
|
||||
export default defineConfig({
|
||||
plugins: plugins,
|
||||
css: {
|
||||
preprocessorOptions: {
|
||||
scss: {
|
||||
api: 'modern-compiler',
|
||||
},
|
||||
},
|
||||
},
|
||||
build: {
|
||||
rollupOptions: {
|
||||
output: {
|
||||
|
||||
Reference in New Issue
Block a user