Skip to content
Snippets Groups Projects
Commit 2c452f03 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

chore: move vite cache target to build dir

parent 6be986a9
No related branches found
No related tags found
No related merge requests found
Pipeline #7010 passed
...@@ -14,6 +14,7 @@ process.env.VUE_APP_VERSION = version ...@@ -14,6 +14,7 @@ process.env.VUE_APP_VERSION = version
export default defineConfig({ export default defineConfig({
base: '/', base: '/',
cacheDir: path.resolve(__dirname, 'build', 'vite'),
clearScreen: false, clearScreen: false,
// Traditionally we’ve used the VUE_ prefix for env variables as that was the default // Traditionally we’ve used the VUE_ prefix for env variables as that was the default
// environment variable prefix in the vue-cli/webpack based build system. // environment variable prefix in the vue-cli/webpack based build system.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment