fix(config): 🐛 disable css bundler bundle sub dir wating for package patch
This commit is contained in:
parent
3bf4083a10
commit
d8b79987ca
|
@ -3,6 +3,7 @@ import { cssBundler } from '@jotsr/smart-css-bundler/fresh'
|
|||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
cssBundler(['./src/stylesheets/main.css'], { bundleSubDir: 'css' }),
|
||||
cssBundler(['./src/stylesheets/main.css'] //TODO fix bundler out paths , { bundleSubDir: 'css' }
|
||||
),
|
||||
],
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue