Skip to content

Commit

Permalink
Update webpack to v5
Browse files Browse the repository at this point in the history
Update webpack and packages
Update webpack config to match requirements
  • Loading branch information
lithrel committed Jan 12, 2024
1 parent 6fda59e commit 7c562d6
Show file tree
Hide file tree
Showing 6 changed files with 25,481 additions and 31,880 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ jobs:
--test-instance $(cat /tmp/workspace/test-instance)
create-zip:
resource_class: large
docker:
- image: cimg/node:16.19
auth:
Expand Down
4 changes: 2 additions & 2 deletions assets/src/scss/bootstrap-build.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Text Domain: planet4-master-theme
@import "vendors/bootstrap";
@import "~bootstrap/scss/functions";
@import "~bootstrap/scss/variables";
// The maps's file is required from bootstrap 5.2 and higher
// @import "~bootstrap/scss/maps";
@import "~bootstrap/scss/variables-dark";
@import "~bootstrap/scss/maps";
@import "~bootstrap/scss/mixins";
@import "~bootstrap/scss/utilities";

Expand Down
2 changes: 1 addition & 1 deletion assets/src/scss/pages/post/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
margin-bottom: 16px;
display: flex;
gap: 8px;
align-items: end;
align-items: flex-end;

a {
color: inherit;
Expand Down
Loading

0 comments on commit 7c562d6

Please sign in to comment.