refactor: remove old deprecated fresh config file
This commit is contained in:
parent
1cc3ce65eb
commit
f6825a9321
|
|
@ -1,11 +0,0 @@
|
|||
import { defineConfig } from '$fresh/server.ts'
|
||||
import { cssBundler } from '@jotsr/smart-css-bundler/fresh'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
cssBundler(
|
||||
['./src/stylesheets/main.css'], //TODO fix bundler out paths , { bundleSubDir: 'css' }
|
||||
{ externalPaths: ['assets'] },
|
||||
),
|
||||
],
|
||||
})
|
||||
Loading…
Reference in a new issue