.npmrc 688 B

1234567891011121314
  1. # Important! Never install `astro` even when new version is in registry
  2. prefer-workspace-packages=true
  3. link-workspace-packages=true
  4. save-workspace-protocol=false # This prevents the examples to have the `workspace:` prefix
  5. auto-install-peers=false
  6. # `github-slugger` is used by `vite-plugin-markdown-legacy`.
  7. # Temporarily hoist this until we remove the feature.
  8. public-hoist-pattern[]=github-slugger
  9. # Vite's esbuild optimizer has trouble optimizing `@astrojs/lit/client-shim.js`
  10. # which imports this dependency.
  11. public-hoist-pattern[]=@webcomponents/template-shadowroot
  12. # There's a lit dependency duplication somewhere causing multiple Lit versions error.
  13. public-hoist-pattern[]=*lit*