2022-03-08 21:46:11 +00:00
|
|
|
# Important! Never install `astro` even when new version is in registry
|
|
|
|
prefer-workspace-packages=true
|
2022-03-09 18:36:56 +00:00
|
|
|
link-workspace-packages=true
|
|
|
|
save-workspace-protocol=false # This prevents the examples to have the `workspace:` prefix
|
2022-08-29 16:00:08 +00:00
|
|
|
auto-install-peers=false
|
2022-03-09 18:36:56 +00:00
|
|
|
|
2022-09-28 15:13:33 +00:00
|
|
|
# `github-slugger` is used by `vite-plugin-markdown-legacy`.
|
|
|
|
# Temporarily hoist this until we remove the feature.
|
|
|
|
public-hoist-pattern[]=github-slugger
|
|
|
|
# Vite's esbuild optimizer has trouble optimizing `@astrojs/lit/client-shim.js`
|
|
|
|
# which imports this dependency.
|
|
|
|
public-hoist-pattern[]=@webcomponents/template-shadowroot
|
|
|
|
# On Windows, `svelte-preprocess` can't import `svelte/compiler`. Might be a pnpm bug.
|
|
|
|
public-hoist-pattern[]=svelte
|
|
|
|
# There's a lit dependency duplication somewhere causing multiple Lit versions error.
|
|
|
|
public-hoist-pattern[]=*lit*
|