Fixed table styles and panel variants

This commit is contained in:
2026-03-12 11:17:43 +01:00
parent bdc2a2b423
commit c76e9653d4
11 changed files with 90 additions and 40 deletions

View File

@@ -28,6 +28,7 @@ export default defineConfig(({ command }) => ({
'react-bootstrap',
],
output: {
exports: 'named',
globals: {
react: 'React',
'react-dom': 'ReactDOM',
@@ -35,4 +36,11 @@ export default defineConfig(({ command }) => ({
},
},
},
css: {
preprocessorOptions: {
scss: {
quietDeps: true,
},
},
},
}))