Сделал кастомизацию через env

This commit is contained in:
Ilia Miheev
2026-07-26 14:08:41 +03:00
parent 572ddc35fc
commit d22178e516
15 changed files with 331 additions and 30 deletions
+1 -7
View File
@@ -1,10 +1,4 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
pages: {
index: {
entry: 'src/main.js',
title: 'irandom'
}
}
transpileDependencies: true
})