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

Opt-out of implicit imports? #1735

Open
steve-a-jones opened this issue Oct 9, 2024 · 1 comment
Open

Opt-out of implicit imports? #1735

steve-a-jones opened this issue Oct 9, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@steve-a-jones
Copy link

Hello,

I'm new to framework and currently attempting the hello world setup on my machine. Given I am on VPN calls to the npm registry will be blocked as all packages must be resolved through our internal registry. Is it possible to deactivate implicit imports? I'm fine with install all needed dependencies manually.

@steve-a-jones steve-a-jones added the bug Something isn’t working label Oct 9, 2024
@mbostock mbostock added enhancement New feature or request and removed bug Something isn’t working labels Oct 9, 2024
@mbostock
Copy link
Member

mbostock commented Oct 9, 2024

There is not currently an option to disable implicit imports and/or npm: imports, no, but you can avoid them by not using them. See also #1168 (comment) for how to configure npm requests to go through your internal registry.

@mbostock mbostock changed the title Option to disable implicit imports? Opt-out of implicit imports? Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants