From a087494f6809a7a8ea8e6c27a105d8c8f0f3839e Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Wed, 4 Sep 2024 10:27:24 +0200 Subject: Updated the libraries --- vite.config.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 vite.config.js (limited to 'vite.config.js') diff --git a/vite.config.js b/vite.config.js deleted file mode 100644 index 7c2d7f5..0000000 --- a/vite.config.js +++ /dev/null @@ -1,12 +0,0 @@ -import { defineConfig } from 'vite' -import react from '@vitejs/plugin-react' -import path from 'path'; - -export default defineConfig({ - plugins: [react()], - resolve: { - alias: { - '~': path.resolve(__dirname, './src') - } - } -}) -- cgit v1.2.3