Migrate Webpack to Vite
Deploy Spot / deploy (push) Successful in 22s

This commit is contained in:
2026-07-26 15:33:07 +02:00
parent fb500f3c34
commit 7da504ca6b
10 changed files with 943 additions and 3809 deletions
+5 -14
View File
@@ -1,13 +1,7 @@
{
"devDependencies": {
"@babel/core": "^8.0.1",
"@babel/preset-env": "^8.0.2",
"babel-loader": "^10.0.0",
"copy-webpack-plugin": "^14.0.0",
"symlink-webpack-plugin": "^1.1.0",
"vue-loader": "^17.4.2",
"webpack": "^5.99.7",
"webpack-cli": "^7.0.2"
"@vitejs/plugin-vue": "^6.0.8",
"vite": "^8.1.5"
},
"name": "spot",
"description": "FindMeSpot & GPX integration",
@@ -15,8 +9,8 @@
"main": "index.js",
"private": true,
"scripts": {
"dev": "flock -n node_modules/.webpack-build.lock webpack --config build/webpack.config.js --mode development",
"prod": "flock -n node_modules/.webpack-build.lock webpack --config build/webpack.config.js --mode production"
"dev": "vite build --mode development --watch",
"prod": "vite build"
},
"keywords": [],
"author": "Franzz",
@@ -27,13 +21,10 @@
"@uppy/core": "^5.2.0",
"@uppy/xhr-upload": "^5.2.0",
"autosize": "^6.0.1",
"css-loader": "^7.1.2",
"maplibre-gl": "^6.0.0",
"sass": "^1.97.2",
"sass-loader": "^17.0.0",
"simplebar-vue": "^2.3.3",
"vue": "^3.5.40",
"vue-style-loader": "^4.1.3"
"vue": "^3.5.40"
},
"allowScripts": {
"@parcel/watcher@2.6.0": true,