isolate-package
Advanced tools
Comparing version 1.20.0-0 to 1.20.0-1
{ | ||
"name": "isolate-package", | ||
"version": "1.20.0-0", | ||
"version": "1.20.0-1", | ||
"description": "Isolate a monorepo package with its shared dependencies to form a self-contained directory, compatible with Firebase deploy", | ||
@@ -5,0 +5,0 @@ "author": "Thijs Koerselman", |
@@ -188,2 +188,20 @@ # Isolate Package | ||
### forceNpm | ||
Type: `boolean`, default: `false` | ||
By default the isolate process will generate output based on the package manager | ||
that you are using for your monorepo, but your deployment target might not be | ||
compatible with that package manager. | ||
It should not really matter what package manager is used in de deployment as | ||
long as the versions match your original lockfile. | ||
By setting this option to `true` you are forcing the isolate output to use NPM. | ||
A package-lock file will be generated based on the contents of node_modules and | ||
therefore should match the versions in your original lockfile. | ||
This way you can enjoy using PNPM or Yarn for your monorepo, while your | ||
deployment requires NPM. | ||
### buildDirName | ||
@@ -190,0 +208,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
263048
2379
376