chore: remove deprecated warning from build project joi (#3893)

This commit is contained in:
Faisal Amir 2024-10-29 09:57:46 +07:00 committed by GitHub
parent 570f6b330c
commit 26659c0c6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,11 @@ export default [
postcss({
plugins: [autoprefixer(), tailwindcss(tailwindConfig)],
sourceMap: true,
use: ['sass'],
use: {
sass: {
silenceDeprecations: ['legacy-js-api'],
},
},
minimize: true,
extract: 'main.css',
}),