Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relative output path of "wasm" files does not match src structure #38

Open
jackmac92 opened this issue Jun 2, 2019 · 0 comments
Open

Comments

@jackmac92
Copy link

Bundled output wasm files are written to the root of extension's output directory, without regard for the src directory structure. Additionally, the bundled js, which imports wasm related files, tries to import them from the initial relative location, raising an NotFound error.

Currently I have a workaround for this that uses globs with a postbuild mv to move the files to the expected internal directory, but it is a pretty fragile setup.

Any idea what is causing this?

(Might be outside the concerns of this plugin, but I'd be willing to give it a shot if you can point me in the right direction)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant