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).
13 lines
190 B
YAML
13 lines
190 B
YAML
compressionLevel: mixed
|
|
|
|
enableGlobalCache: false
|
|
|
|
enableScripts: false
|
|
|
|
nodeLinker: node-modules
|
|
|
|
packageExtensions:
|
|
"@module-federation/sdk@*":
|
|
dependencies:
|
|
process: ^0.11.10
|