mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-10 19:23:42 +08:00
refactor: V3 版本重构已基本完成
This commit is contained in:
@@ -2,6 +2,7 @@ const {defineConfig} = require('@vue/cli-service')
|
||||
let webpack = require('webpack')
|
||||
module.exports = defineConfig({
|
||||
transpileDependencies: true,
|
||||
lintOnSave: false, //关闭eslint校验
|
||||
configureWebpack: {
|
||||
// disable performance hints
|
||||
performance: {
|
||||
@@ -12,8 +13,8 @@ module.exports = defineConfig({
|
||||
]
|
||||
},
|
||||
|
||||
publicPath: '/chat',
|
||||
outputDir: '../src/dist',
|
||||
publicPath: '/',
|
||||
outputDir: 'dist',
|
||||
crossorigin: "anonymous",
|
||||
devServer: {
|
||||
allowedHosts: ['127.0.0.1:5678'],
|
||||
|
||||
Reference in New Issue
Block a user