Skip to content

Commit

Permalink
fix(manager): copy licenses files in webpack step to fix licenses link (
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse authored Oct 31, 2024
1 parent 615a365 commit cf00b35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server_manager/base.webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ exports.makeConfig = options => {
},
{from: 'images', to: 'images', context: __dirname}, // Overwrite any colliding flags.
{from: 'messages', to: 'messages', context: __dirname},
{
from: 'www/ui_components/licenses',
to: 'ui_components/licenses',
context: __dirname,
},
],
}),
new HtmlWebpackPlugin({
Expand Down

0 comments on commit cf00b35

Please sign in to comment.