mirror of
https://github.com/flarum/core.git
synced 2025-08-06 16:36:47 +02:00
chore: remove leftover debugging code
This commit is contained in:
@@ -110,10 +110,6 @@ class RegisterAsyncChunksPlugin {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
if (relevantChunk.name.endsWith('PostStream')) {
|
|
||||||
console.log(otherRelevantChunkModules);
|
|
||||||
}
|
|
||||||
|
|
||||||
// This is a chunk with many modules, we need to register all of them.
|
// This is a chunk with many modules, we need to register all of them.
|
||||||
modules?.forEach((module) => {
|
modules?.forEach((module) => {
|
||||||
if (!module.resource.includes(`${path.sep}src${path.sep}`)) {
|
if (!module.resource.includes(`${path.sep}src${path.sep}`)) {
|
||||||
|
Reference in New Issue
Block a user