Files
notebook-ai-extension/.yarnrc.yml
tao.chen b5bcb8f67c build: use node-modules linker so plain jlpm works
Removes the pnpm node-linker so 'jlpm test' / 'jlpm build' run directly
without the YARN_NODE_LINKER=node-modules env override. Re-run 'jlpm
install' to regenerate node_modules in the flat layout (the in-flight
yarn.lock migration in package.json already targets node-modules).
2026-07-23 15:53:30 +08:00

13 lines
190 B
YAML

compressionLevel: mixed
enableGlobalCache: false
enableScripts: false
nodeLinker: node-modules
packageExtensions:
"@module-federation/sdk@*":
dependencies:
process: ^0.11.10