From 98d53ad45eeae649c1b5ecd1c453784484af8cc7 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Mon, 16 Oct 2023 16:59:04 +0800 Subject: [PATCH] no message --- vue.config.js | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/vue.config.js b/vue.config.js index 162d463..b2d8159 100755 --- a/vue.config.js +++ b/vue.config.js @@ -7,27 +7,8 @@ function resolve(dir) { return path.join(__dirname, dir) } module.exports = defineConfig({ - - configureWebpack: { - plugins: [ - new webpack.DefinePlugin({ - // 'process.env.URL_ENV': "https://x-cloud-project.oss-cn-guangzhou.aliyuncs.com/forum" - }) - ] - }, - // devServer: { - // //请求服务器的地址 - // proxy: 'https://forum.gter.net' - // }, - - // devServer: { - // publicPath: './' - // }, - transpileDependencies: true, - // publicPath: './', publicPath: process.env.NODE_ENV === 'production' ? "https://x-cloud-project.oss-cn-guangzhou.aliyuncs.com/forum" : '/', - // publicPath: process.env.NODE_ENV === 'production' ? process.env.URL_ENV : '/', // publicPath: "https://x-cloud-project.oss-cn-guangzhou.aliyuncs.com/forum", configureWebpack: { optimization: {