isolate-package 1.5.1 → 1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -71,6 +71,12 @@ There is nothing Firebase-specific to this solution and there should be other
|
|
|
71
71
|
use-cases for it, but that is why this documentation contains some instructions
|
|
72
72
|
related to Firebase.
|
|
73
73
|
|
|
74
|
+
> !! There is now
|
|
75
|
+
> [a fork of firebase-tools](https://github.com/0x80/firebase-tools-with-isolate),
|
|
76
|
+
> where isolate-package is integrated. It is preferred because it simplifies the
|
|
77
|
+
> setup and allows the isolation to run only as part of the deploy process,
|
|
78
|
+
> preserving live code updates when running the local Firebase emulators.
|
|
79
|
+
|
|
74
80
|
## Install
|
|
75
81
|
|
|
76
82
|
Run `pnpm install isolate-package --dev` or the equivalent for `yarn` or `npm`.
|
|
@@ -198,6 +204,12 @@ inside them that should be flat.
|
|
|
198
204
|
|
|
199
205
|
## Working with Firebase
|
|
200
206
|
|
|
207
|
+
> !! There is now
|
|
208
|
+
> [a fork of firebase-tools](https://github.com/0x80/firebase-tools-with-isolate),
|
|
209
|
+
> where isolate-package is integrated. It is preferred because it simplifies the
|
|
210
|
+
> setup and allows the isolation to run only as part of the deploy process,
|
|
211
|
+
> preserving live code updates when running the local Firebase emulators.
|
|
212
|
+
|
|
201
213
|
### A Quick Start
|
|
202
214
|
|
|
203
215
|
If you are not confident that your monorepo setup is solid, please check out my
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isolate-package",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"description": "Isolate a monorepo package with its shared dependencies to form a self-contained directory, compatible with Firebase deploy",
|
|
5
5
|
"author": "Thijs Koerselman",
|
|
6
6
|
"license": "MIT",
|