|
@@ -1,7 +1,7 @@
|
|
|
/* eslint-disable @typescript-eslint/no-var-requires */
|
|
|
const { name, title, version } = require('./package.json') // 项目信息
|
|
|
// const proxy = 'http://develop.persagy.com' // 需要代理请求的nginx地址
|
|
|
-const webpackVersionZip = require('webpack-version-zip')
|
|
|
+// const webpackVersionZip = require('webpack-version-zip')
|
|
|
module.exports = {
|
|
|
publicPath: `/${name}`, // 相对路径
|
|
|
outputDir: 'dist', // 打包名称
|
|
@@ -33,10 +33,10 @@ module.exports = {
|
|
|
.use('vue-svg-loader')
|
|
|
.loader('vue-svg-loader')
|
|
|
// 打包时创建version文件
|
|
|
- if (process.env.NODE_ENV === 'production') {
|
|
|
- config.plugin('version')
|
|
|
- .use(webpackVersionZip, [name, false])
|
|
|
- }
|
|
|
+ // if (process.env.NODE_ENV === 'production') {
|
|
|
+ // config.plugin('version')
|
|
|
+ // .use(webpackVersionZip, [name, false])
|
|
|
+ // }
|
|
|
},
|
|
|
// 配置跨域
|
|
|
devServer: {
|