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({
|
postcss({
|
||||||
plugins: [autoprefixer(), tailwindcss(tailwindConfig)],
|
plugins: [autoprefixer(), tailwindcss(tailwindConfig)],
|
||||||
sourceMap: true,
|
sourceMap: true,
|
||||||
use: ['sass'],
|
use: {
|
||||||
|
sass: {
|
||||||
|
silenceDeprecations: ['legacy-js-api'],
|
||||||
|
},
|
||||||
|
},
|
||||||
minimize: true,
|
minimize: true,
|
||||||
extract: 'main.css',
|
extract: 'main.css',
|
||||||
}),
|
}),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user