Skip to content

Commit

Permalink
Revert script source
Browse files Browse the repository at this point in the history
  • Loading branch information
Etheryte committed Nov 4, 2024
1 parent aa7a42b commit 5b0761b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/html/src/build/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ module.exports = (env, argv) => {
* Scripts and dependencies we're migrating from susemanager-frontend-libs to spacewalk-web
*/
{
from: path.resolve(__dirname, "../node_modules/bootstrap5/dist/js/bootstrap.min.js"),
// from: path.resolve(__dirname, "../node_modules/bootstrap5/dist/js/bootstrap.min.js"),
from: path.resolve(__dirname, "../node_modules/bootstrap/dist/js/bootstrap.min.js"),
to: path.resolve(__dirname, "../dist/javascript/legacy"),
},
{
Expand Down

0 comments on commit 5b0761b

Please sign in to comment.