Skip to content

Commit

Permalink
Add css and js files
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbinna committed Apr 28, 2023
1 parent de6fc7a commit 946f4af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ module.exports = {
},
mode: "development",
plugins: [
new CopyWebpackPlugin(['index.html'])
new CopyWebpackPlugin(['index.html']),
new CopyWebpackPlugin(['bootstrap.bundle.min.js']),
new CopyWebpackPlugin(['bootstrap.min.css'])
],
};

0 comments on commit 946f4af

Please sign in to comment.