mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-10 19:23:42 +08:00
refactor: 重构项目目录结构
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
const {defineConfig} = require('@vue/cli-service')
|
||||
let webpack = require('webpack')
|
||||
// const fs = require('fs')
|
||||
// const path = require('path')
|
||||
// const os = require('os')
|
||||
|
||||
module.exports = defineConfig({
|
||||
transpileDependencies: true,
|
||||
configureWebpack: {
|
||||
@@ -17,7 +13,7 @@ module.exports = defineConfig({
|
||||
},
|
||||
|
||||
publicPath: '/chat',
|
||||
outputDir: '../dist',
|
||||
outputDir: '../src/dist',
|
||||
crossorigin: "anonymous",
|
||||
devServer: {
|
||||
allowedHosts: ['127.0.0.1:5678'],
|
||||
|
||||
Reference in New Issue
Block a user