Skip to content

Commit f6fa5b7

Browse files
committed
docs(README): Update README
1 parent 7153a2c commit f6fa5b7

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

packages/monopack-builder/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const baseBabelConfig = {
104104
```
105105

106106
Monopack 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.
108108
Source maps are included.
109109

110110
### Configuration file
@@ -149,7 +149,7 @@ Monopack will collect:
149149

150150
All 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.
153153
If you are using multiple yarn.lock files, only the top-most one will be copied.
154154

155155
The dependencies collection is **deterministic** only if you have a single yarn.lock file.

packages/monopack-cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const baseBabelConfig = {
104104
```
105105

106106
Monopack 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.
108108
Source maps are included.
109109

110110
### Configuration file
@@ -149,7 +149,7 @@ Monopack will collect:
149149

150150
All 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.
153153
If you are using multiple yarn.lock files, only the top-most one will be copied.
154154

155155
The dependencies collection is **deterministic** only if you have a single yarn.lock file.

packages/monopack-config/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const baseBabelConfig = {
104104
```
105105

106106
Monopack 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.
108108
Source maps are included.
109109

110110
### Configuration file
@@ -149,7 +149,7 @@ Monopack will collect:
149149

150150
All 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.
153153
If you are using multiple yarn.lock files, only the top-most one will be copied.
154154

155155
The dependencies collection is **deterministic** only if you have a single yarn.lock file.

packages/monopack-dependency-collector/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const baseBabelConfig = {
104104
```
105105

106106
Monopack 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.
108108
Source maps are included.
109109

110110
### Configuration file
@@ -149,7 +149,7 @@ Monopack will collect:
149149

150150
All 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.
153153
If you are using multiple yarn.lock files, only the top-most one will be copied.
154154

155155
The dependencies collection is **deterministic** only if you have a single yarn.lock file.

packages/monopack-process/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const baseBabelConfig = {
104104
```
105105

106106
Monopack 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.
108108
Source maps are included.
109109

110110
### Configuration file
@@ -149,7 +149,7 @@ Monopack will collect:
149149

150150
All 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.
153153
If you are using multiple yarn.lock files, only the top-most one will be copied.
154154

155155
The dependencies collection is **deterministic** only if you have a single yarn.lock file.

packages/monopack-repo-builder/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const baseBabelConfig = {
104104
```
105105

106106
Monopack 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.
108108
Source maps are included.
109109

110110
### Configuration file
@@ -149,7 +149,7 @@ Monopack will collect:
149149

150150
All 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.
153153
If you are using multiple yarn.lock files, only the top-most one will be copied.
154154

155155
The dependencies collection is **deterministic** only if you have a single yarn.lock file.

packages/monopack/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const baseBabelConfig = {
104104
```
105105

106106
Monopack 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.
108108
Source maps are included.
109109

110110
### Configuration file
@@ -149,7 +149,7 @@ Monopack will collect:
149149

150150
All 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.
153153
If you are using multiple yarn.lock files, only the top-most one will be copied.
154154

155155
The dependencies collection is **deterministic** only if you have a single yarn.lock file.

0 commit comments

Comments
 (0)