promote_wechat/vue.config.js

11 lines
245 B
JavaScript
Raw Permalink Normal View History

2024-07-29 14:24:17 +08:00
// const webpack = require("webpack");
// module.exports = {
// chainWebpack: (config) => {
// config.plugin("define").tap((args) => {
// args[0]["process.env"].VUE_APP_TARGET_ENV= '';
// return args;
// });
// },
// };