LearnNewsExamplesServices
Frontmatter
id5843
titlebuildScripts/tools/createExample => index.html => MicroLoader path not generic
stateClosed
labels
bugstale
assignees[]
createdAtAug 27, 2024, 11:55 PM
updatedAtDec 10, 2024, 3:47 AM
githubUrlhttps://github.com/neomjs/neo/issues/5843
authortobiu
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtDec 10, 2024, 3:47 AM

buildScripts/tools/createExample => index.html => MicroLoader path not generic

Closed v8.1.0 bugstale
tobiu
tobiu commented on Aug 27, 2024, 11:55 PM

@ThorstenRaab: depending on the depth of the folder inside examples, the MicroLoader needs to go upwards to the root.

e.g.

<script src="../../../src/MicroLoader.mjs" type="module"></script>
<script src="../../../../src/MicroLoader.mjs" type="module"></script>
tobiu added the bug label on Aug 27, 2024, 11:55 PM