mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-21 05:29:31 -07:00
refactor: migrate to vite for critical scss bundling, remove dart sass dependency
Signed-off-by: Sped0n <hi@sped0n.com>
This commit is contained in:
@@ -12,7 +12,13 @@ export default defineConfig([
|
||||
tseslint.configs.recommended,
|
||||
importPlugin.flatConfigs.recommended,
|
||||
solid,
|
||||
globalIgnores(['**/node_modules', '**/static', '**/exampleSite', '*.mjs']),
|
||||
globalIgnores([
|
||||
'node_modules/',
|
||||
'static/',
|
||||
'exampleSite/',
|
||||
'*.mjs',
|
||||
'assets/bundled/'
|
||||
]),
|
||||
{
|
||||
...love,
|
||||
...prettier,
|
||||
|
||||
Reference in New Issue
Block a user