1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-01-26 03:52:09 +02:00

Chore: Mute Dart Sass deprecation notices

This commit is contained in:
Ralph Slooten 2024-11-16 14:55:35 +13:00
parent 0b11ce26ab
commit c4e0e651a3

View File

@ -20,7 +20,13 @@ const ctx = await esbuild.context(
'__VUE_PROD_HYDRATION_MISMATCH_DETAILS__': 'false',
},
outdir: "server/ui/dist/",
plugins: [pluginVue(), sassPlugin()],
plugins: [
pluginVue(),
sassPlugin({
silenceDeprecations: ['import'],
quietDeps: true,
})
],
loader: {
".svg": "file",
".woff": "file",