drop axios/date-fns/fontawesome

This commit is contained in:
2023-02-14 15:01:06 +10:00
parent ac4d3d8ad0
commit afc3c94b04
75 changed files with 3416 additions and 2000 deletions

View File

@@ -7,7 +7,8 @@ export default defineConfig({
vue({
template: {
compilerOptions: {
isCustomElement: (tag) => ["trix-editor"].includes(tag),
isCustomElement: (tag) =>
["trix-editor", "ion-icon"].includes(tag),
},
transformAssetUrls: {
base: null,