mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-05-28 14:23:12 +00:00
Add phosphor pre-preprocessor, to improve readability of code
This commit is contained in:
parent
bfbd393b46
commit
2686fb904c
11 changed files with 24 additions and 26 deletions
|
@ -3,10 +3,13 @@ import { svelte } from '@sveltejs/vite-plugin-svelte'
|
|||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
base: './',
|
||||
plugins: [
|
||||
svelte(),
|
||||
],
|
||||
base: './',
|
||||
optimizeDeps: {
|
||||
exclude: ["phosphor-svelte"],
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
'%': __dirname + '/src',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue