Skip to content

Commit

Permalink
Merge branch '2.x' into sm/FA-6
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Sep 19, 2024
2 parents 8e8ed19 + 3a8e8ec commit 3292810
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion framework/core/js/dist/admin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion framework/core/js/dist/admin.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion framework/core/js/dist/forum.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion framework/core/js/dist/forum.js.map

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion framework/core/js/dist/forum/components/SearchModal.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion framework/core/js/dist/forum/components/SearchModal.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class RegisterAsyncChunksPlugin {

// This is a chunk with many modules, we need to register all of them.
modules?.forEach((module) => {
if (!module.resource.includes(`${path.sep}src${path.sep}`)) {
if (!module.resource?.includes(`${path.sep}src${path.sep}`)) {
return;
}

Expand Down

0 comments on commit 3292810

Please sign in to comment.