Use Bundler moduleResolution and add PostCSS config for ui package

This commit is contained in:
Gregor Vostrak
2026-03-23 19:38:07 +01:00
parent 6be6a48e0d
commit 1f49940805
2 changed files with 6 additions and 1 deletions

View File

@@ -47,6 +47,11 @@ export default defineConfig({
},
},
},
css: {
postcss: {
plugins: [],
},
},
resolve: {
alias: {
'@': resolve('../../'),