From 4bfbb9aa2e9519c6ca1f4417610070ea44e3444d Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Tue, 28 Dec 2021 14:39:20 +0000 Subject: [PATCH] Migrate to Vite from webpack. --- public/index.html => index.html | 20 +- package.json | 20 +- src/App.vue | 5 +- src/components/Navigation.vue | 2 +- src/components/Preferences.vue | 6 +- src/components/VideoItem.vue | 6 +- src/main.js | 2 +- vite.config.js | 21 + yarn.lock | 8219 +------------------------------ 9 files changed, 276 insertions(+), 8025 deletions(-) rename public/index.html => index.html (52%) create mode 100644 vite.config.js diff --git a/public/index.html b/index.html similarity index 52% rename from public/index.html rename to index.html index b2bbc548..d21a97a6 100644 --- a/public/index.html +++ b/index.html @@ -4,18 +4,13 @@ - - -