Skip to content

Commit 2c53b3e

Browse files
committed
Use production builds
1 parent 98abe04 commit 2c53b3e

4 files changed

Lines changed: 9 additions & 480 deletions

File tree

web/dist/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:1df43ddf9a4c4f75aed233d00cb59d4ec2f90b05bf09c4cd13f20dd89abbc899
3-
size 479554
2+
oid sha256:d0e2d13940afac1a9b0eccfb9b3c14abec60b4cab931b30ed4a76e3bd020d652
3+
size 140621

web/dist/main.js.LICENSE.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/*!
2+
* Bootstrap v5.3.8 (https://getbootstrap.com/)
3+
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
4+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5+
*/

web/dist/style.js

Lines changed: 1 addition & 477 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
'main': path.resolve(__dirname, './src/js/index.js'),
77
'style': path.resolve(__dirname, './src/scss/main.scss'),
88
},
9-
mode: "development",
9+
mode: "production",
1010
module: {
1111
rules: [
1212
{

0 commit comments

Comments
 (0)