async-validator icon indicating copy to clipboard operation
async-validator copied to clipboard

yarn run build

Open Im-Victor opened this issue 5 years ago • 0 comments

chunk-vendor 中会将项目中的环境变量全部引入到代码中,如下:VUE_APP_DEFIND_NAME 为自定义的环境变量。

"undefined" !== typeof t &&
          Object({
            NODE_ENV: "production",
            VUE_APP_DEFIND_NAME: "THIS IS DEFINED NAME",
            BASE_URL: "/"
          });

Im-Victor avatar Aug 17 '20 01:08 Im-Victor