mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update dependency webpack-dev-server to v5 (#83258)
* Update dependency webpack-dev-server to v5 * update webpack.hot config (is this even used anymore?) --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
@@ -30,9 +30,12 @@ module.exports = merge(common, {
|
||||
hot: true,
|
||||
open: false,
|
||||
port: 3333,
|
||||
proxy: {
|
||||
'!/public/build': 'http://localhost:3000',
|
||||
},
|
||||
proxy: [
|
||||
{
|
||||
context: '!/public/build',
|
||||
target: 'http://localhost:3000',
|
||||
},
|
||||
],
|
||||
static: {
|
||||
publicPath: '/public/build/',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user