mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-07 01:46:45 +08:00
14 lines
523 B
JavaScript
14 lines
523 B
JavaScript
/*
|
|
* @Author: 李晓鸽 lixg@dongwu-inc.com
|
|
* @Date: 2022-11-21 18:45:34
|
|
* @LastEditors: lixg lixg@dongwu-inc.com
|
|
* @LastEditTime: 2023-03-04 22:37:08
|
|
* @FilePath: \stu_h5\vue.config.js
|
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
*/
|
|
const { defineConfig } = require('@vue/cli-service')
|
|
module.exports = defineConfig({
|
|
publicPath: process.env.VITE_BASE,
|
|
transpileDependencies: true
|
|
})
|