File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
monopack-dependency-collector Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ const baseBabelConfig = {
104104```
105105
106106Monopack will use webpack 4 to produce the bundle.
107- The bundle is produced in 'development' in order not to obfuscate the code.
107+ The bundle is produced in 'development' mode in order not to obfuscate the code.
108108Source maps are included.
109109
110110### Configuration file
@@ -149,7 +149,7 @@ Monopack will collect:
149149
150150All the dependencies are collected, a package.json with the collected dependencies will be compiled.
151151
152- Your project's yarn.lock fill will be copied if it exists.
152+ Your project's yarn.lock will be copied if it exists.
153153If you are using multiple yarn.lock files, only the top-most one will be copied.
154154
155155The dependencies collection is ** deterministic** only if you have a single yarn.lock file.
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ const baseBabelConfig = {
104104```
105105
106106Monopack will use webpack 4 to produce the bundle.
107- The bundle is produced in 'development' in order not to obfuscate the code.
107+ The bundle is produced in 'development' mode in order not to obfuscate the code.
108108Source maps are included.
109109
110110### Configuration file
@@ -149,7 +149,7 @@ Monopack will collect:
149149
150150All the dependencies are collected, a package.json with the collected dependencies will be compiled.
151151
152- Your project's yarn.lock fill will be copied if it exists.
152+ Your project's yarn.lock will be copied if it exists.
153153If you are using multiple yarn.lock files, only the top-most one will be copied.
154154
155155The dependencies collection is ** deterministic** only if you have a single yarn.lock file.
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ const baseBabelConfig = {
104104```
105105
106106Monopack will use webpack 4 to produce the bundle.
107- The bundle is produced in 'development' in order not to obfuscate the code.
107+ The bundle is produced in 'development' mode in order not to obfuscate the code.
108108Source maps are included.
109109
110110### Configuration file
@@ -149,7 +149,7 @@ Monopack will collect:
149149
150150All the dependencies are collected, a package.json with the collected dependencies will be compiled.
151151
152- Your project's yarn.lock fill will be copied if it exists.
152+ Your project's yarn.lock will be copied if it exists.
153153If you are using multiple yarn.lock files, only the top-most one will be copied.
154154
155155The dependencies collection is ** deterministic** only if you have a single yarn.lock file.
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ const baseBabelConfig = {
104104```
105105
106106Monopack will use webpack 4 to produce the bundle.
107- The bundle is produced in 'development' in order not to obfuscate the code.
107+ The bundle is produced in 'development' mode in order not to obfuscate the code.
108108Source maps are included.
109109
110110### Configuration file
@@ -149,7 +149,7 @@ Monopack will collect:
149149
150150All the dependencies are collected, a package.json with the collected dependencies will be compiled.
151151
152- Your project's yarn.lock fill will be copied if it exists.
152+ Your project's yarn.lock will be copied if it exists.
153153If you are using multiple yarn.lock files, only the top-most one will be copied.
154154
155155The dependencies collection is ** deterministic** only if you have a single yarn.lock file.
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ const baseBabelConfig = {
104104```
105105
106106Monopack will use webpack 4 to produce the bundle.
107- The bundle is produced in 'development' in order not to obfuscate the code.
107+ The bundle is produced in 'development' mode in order not to obfuscate the code.
108108Source maps are included.
109109
110110### Configuration file
@@ -149,7 +149,7 @@ Monopack will collect:
149149
150150All the dependencies are collected, a package.json with the collected dependencies will be compiled.
151151
152- Your project's yarn.lock fill will be copied if it exists.
152+ Your project's yarn.lock will be copied if it exists.
153153If you are using multiple yarn.lock files, only the top-most one will be copied.
154154
155155The dependencies collection is ** deterministic** only if you have a single yarn.lock file.
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ const baseBabelConfig = {
104104```
105105
106106Monopack will use webpack 4 to produce the bundle.
107- The bundle is produced in 'development' in order not to obfuscate the code.
107+ The bundle is produced in 'development' mode in order not to obfuscate the code.
108108Source maps are included.
109109
110110### Configuration file
@@ -149,7 +149,7 @@ Monopack will collect:
149149
150150All the dependencies are collected, a package.json with the collected dependencies will be compiled.
151151
152- Your project's yarn.lock fill will be copied if it exists.
152+ Your project's yarn.lock will be copied if it exists.
153153If you are using multiple yarn.lock files, only the top-most one will be copied.
154154
155155The dependencies collection is ** deterministic** only if you have a single yarn.lock file.
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ const baseBabelConfig = {
104104```
105105
106106Monopack will use webpack 4 to produce the bundle.
107- The bundle is produced in 'development' in order not to obfuscate the code.
107+ The bundle is produced in 'development' mode in order not to obfuscate the code.
108108Source maps are included.
109109
110110### Configuration file
@@ -149,7 +149,7 @@ Monopack will collect:
149149
150150All the dependencies are collected, a package.json with the collected dependencies will be compiled.
151151
152- Your project's yarn.lock fill will be copied if it exists.
152+ Your project's yarn.lock will be copied if it exists.
153153If you are using multiple yarn.lock files, only the top-most one will be copied.
154154
155155The dependencies collection is ** deterministic** only if you have a single yarn.lock file.
You can’t perform that action at this time.
0 commit comments