feat(config): 🔧 update css bundler config
This commit is contained in:
parent
e8300beead
commit
1e2630988f
|
@ -3,6 +3,10 @@ import { cssBundler } from 'css_bundler'
|
|||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
cssBundler(import.meta.resolve('./src/stylesheets'), { logLevel: 'error' }),
|
||||
cssBundler(
|
||||
import.meta.resolve('./src/stylesheets'),
|
||||
import.meta.resolve('./cache'),
|
||||
{ logLevel: 'error' },
|
||||
),
|
||||
],
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue