gpt4 book ai didi

webpack - Jhipster:如何覆盖 prod webpack 配置文件的 SERVER_API_URL

转载 作者:行者123 更新时间:2023-12-02 13:28:59 24 4
gpt4 key购买 nike

我知道 SERVER_API_URL 是在 webpack-common.js 中定义的,默认情况下为空。但在生产中,我需要不同的 api URL,我在 webpack-prod.js 的“plugins”数组中做了以下添加,但没有看到任何效果。我相信它必须与 webpack-merge 有关,现在它可以与 DefinePlugin 一起使用。我尝试阅读 webpack-merge 的文档,但看起来需要大量阅读。

        new webpack.DefinePlugin({
'process.env': {
// The root URL for API calls, ending with a '/' - for example: `"http://www.jhipster.tech:8081/myservice/"`.
// If this URL is left empty (""), then it will be relative to the current context.
// If you use an API server, in `prod` mode, you will need to enable CORS
// (see the `jhipster.cors` common JHipster property in the `application-*.yml` configurations)
SERVER_API_URL: '"http://172.26.0.150:9000/"'
}
})

该 URL 仍在从 webpack-common.js 中获取,并且尚未被此设置覆盖。

最佳答案

在此 stackoverflow 问题中找到了解决方案:How to set the REST api address in Angular according to build?

user2831852的建议效果很好:

SERVER_API_URL:options.env ===“开发”?开发主机:生产主机

关于webpack - Jhipster:如何覆盖 prod webpack 配置文件的 SERVER_API_URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50360438/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com