build(front): Remove duplicate key from vite.config.ts
This commit is contained in:
parent
f821dcbbc2
commit
00baf5e9cb
|
@ -14,9 +14,6 @@ const port = +(process.env.VUE_PORT ?? 8080)
|
||||||
// https://vitejs.dev/config/
|
// https://vitejs.dev/config/
|
||||||
export default defineConfig(({ mode }) => ({
|
export default defineConfig(({ mode }) => ({
|
||||||
envPrefix: ['VUE_', 'FUNKWHALE_SENTRY_'],
|
envPrefix: ['VUE_', 'FUNKWHALE_SENTRY_'],
|
||||||
build: {
|
|
||||||
sourcemap: true
|
|
||||||
},
|
|
||||||
plugins: [
|
plugins: [
|
||||||
// https://vue-macros.sxzz.moe/
|
// https://vue-macros.sxzz.moe/
|
||||||
VueMacros({
|
VueMacros({
|
||||||
|
|
Loading…
Reference in New Issue