chore: remove deprecated warning from build project joi (#3893)
This commit is contained in:
parent
570f6b330c
commit
26659c0c6c
@ -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',
|
||||
}),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user