-
Notifications
You must be signed in to change notification settings - Fork 168
Production breaks on importing entire module #280
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
Comments
seems it's swc bundler issue like denoland/deno#9849, i am rewriting the bundler system using esbuild instead, that should work fine. |
@ije I just tried using the master branch into which you have merged #277 and I am afraid I still get the same issue as well as a new error:
|
deno 1.9? |
Yes |
alpha.30 can work fine in your example on macos |
aleph.30 does fix it, not sure why it didn't work from the master branch yesterday |
Uh oh!
There was an error while loading. Please reload this page.
I am trying to import an entire module which has submodules.
When using
aleph build
oraleph start
I get this error in the browser console:When using
aleph dev
the code works as intended.Example
The import is here (specifically the
api
part):https://gitlab.com/silk-matrix/silk-desktop/-/blob/aleph-issue-280/src/lib/useLogin.ts#L2
Using this code below has the same effect.
The text was updated successfully, but these errors were encountered: