Skip to content

Wrong path to ".jsc" in sub_window #24

@mcjambi

Description

@mcjambi

i have a screenplay folder and that has a renderer, preload and many assets. All works normally!
After adding your plugin, my code break all.

After 15 minutes of researching, i find out:
Error in console: "Uncaught Error: Cannot find module './sub_window.compiled.jsc'"
Cause by:
My index.html has included sub_window.js, in subwindow.js include "./sub_window.compiled.jsc", but actually it must be "../sub_window.compiled.jsc" because it is included in sub_window/index.html

Right now i have to modified my code after run built. Just adding a DOT in a file :D

Screenshot 2023-03-03 104845

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions