-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Revert "feat: bundle installed script" #7492
Comments
@kt3k could you look into this problem? I tried reverting but got a bit lost in the config bit... |
This reverts the changes introduced by PR denoland#5276, which made `deno install «script»` automatically bundle the script's dependencies. It broke the `deno install` command for a large number of scripts. This reverts commit 34e98fa. Closes: denoland#7492
I was able to reproduced the issue reported in #7455 with the following command:
I think it is caused by the bundler itself. (Maybe our bundler is not mature enough to handle general cases?) I'll look into it more tomorrow. But I agree with reverting with #7522 for the moment. |
I'd suggest to add the |
This reverts the changes introduced by PR denoland#5276, which made `deno install «script»` automatically bundle the script's dependencies. It broke the `deno install` command for a large number of scripts. This reverts commit 34e98fa. Closes: denoland#7492
Unfortunately users are having quite a few problems with bundling of installed script (eg. #7455).
We should revert this change for 1.4.1 and revisit the topic once we migrate bundling to SWC (#7461)
The text was updated successfully, but these errors were encountered: