Skip to content

Commit

Permalink
Merge pull request #3 from dontnod/tds/react-www/fix_plugins_proxy
Browse files Browse the repository at this point in the history
www: Fix plugins development proxy
  • Loading branch information
tdesveaux authored Oct 27, 2023
2 parents 4f8a3cc + c2e8614 commit a365e4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/react-base/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ const buildPluginsPathsMap = () => {
}
}

addPlugin('grid_view', path.join(root, `react-grid_view/buildbot_react_grid_view/static/`))
addPlugin('console_view', path.join(root, `react-console_view/buildbot_react_console_view/static/`))
addPlugin('waterfall_view',
addPlugin('react_grid_view', path.join(root, `react-grid_view/buildbot_react_grid_view/static/`))
addPlugin('react_console_view', path.join(root, `react-console_view/buildbot_react_console_view/static/`))
addPlugin('react_waterfall_view',
path.join(root, `react-waterfall_view/buildbot_react_waterfall_view/static/`))

return aliases;
Expand Down

0 comments on commit a365e4b

Please sign in to comment.