mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-05-28 06:13:12 +00:00
Optimise Cart page
Yeet the last of the % imports, as they incorrectly displayed as syntax errors
This commit is contained in:
parent
6f97ad9a4c
commit
c54c9c05a9
8 changed files with 40 additions and 34 deletions
|
@ -10,9 +10,9 @@ export default defineConfig({
|
|||
optimizeDeps: {
|
||||
exclude: ["phosphor-svelte"],
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
'%': __dirname + '/src',
|
||||
}
|
||||
},
|
||||
// resolve: {
|
||||
// alias: {
|
||||
// '%': __dirname + '/src',
|
||||
// }
|
||||
// },
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue