Webpack dev server proxy (#3368)
* Added proxy to webpack dev server config * Added CHANGELOG increased package version * Added webpack.config to eslintignore * Added webpack.config to eslintignore * Changed ignore to wildcard * Changed path checker to regexpmain
parent
c8b0521e42
commit
961bc58935
@ -1,8 +1,8 @@
|
|||||||
// Copyright (C) 2019-2020 Intel Corporation
|
// Copyright (C) 2019-2021 Intel Corporation
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
backendAPI: 'http://localhost:7000/api/v1',
|
backendAPI: '/api/v1',
|
||||||
proxy: false,
|
proxy: false,
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue