-
Notifications
You must be signed in to change notification settings - Fork 7
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
Bundle error. #36
Comments
Could you tell me what you are using the Deno bundle command for? I don't quite get why you would bundle a server-side app |
I work on the principle of frontend development. :-)
I know this is not a common and not quite right method but it
|
I don't think there is an easy way of fixing it right now. Here's a workaround: |
Спасибо! |
IF i run command
deno bundle https://deno.land/x/[email protected]/mod.ts aqua.js
and run with local import - i see the error.But if download repository and delete this lines in mod.ts -
can be run bundler locally -
deno bundle mod.ts aqua.js
and run again - everything works fine.(warning - in deno 1.6.3 new bundler and there are often problems with it, i make bundle with 1.5.4 version)
You may find this observation useful
Спасибо!
The text was updated successfully, but these errors were encountered: