Silence deprecation warning caused by old bootstrap import

This commit is contained in:
Johannes Zellner
2024-10-31 10:29:29 +01:00
parent 4a207395ca
commit 0776442a5f

View File

@@ -38,6 +38,7 @@ export default defineConfig({
api: 'modern-compiler',
importers: [ new NodePackageImporter() ],
quietDeps: true,
silenceDeprecations: [ 'import', 'global-builtin' ],
},
},
},