Skip to content

Commit

Permalink
docs(README): Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
flegall committed Apr 6, 2018
1 parent 7153a2c commit f6fa5b7
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions packages/monopack-builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const baseBabelConfig = {
```

Monopack will use webpack 4 to produce the bundle.
The bundle is produced in 'development' in order not to obfuscate the code.
The bundle is produced in 'development' mode in order not to obfuscate the code.
Source maps are included.

### Configuration file
Expand Down Expand Up @@ -149,7 +149,7 @@ Monopack will collect:

All the dependencies are collected, a package.json with the collected dependencies will be compiled.

Your project's yarn.lock fill will be copied if it exists.
Your project's yarn.lock will be copied if it exists.
If you are using multiple yarn.lock files, only the top-most one will be copied.

The dependencies collection is **deterministic** only if you have a single yarn.lock file.
Expand Down
4 changes: 2 additions & 2 deletions packages/monopack-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const baseBabelConfig = {
```

Monopack will use webpack 4 to produce the bundle.
The bundle is produced in 'development' in order not to obfuscate the code.
The bundle is produced in 'development' mode in order not to obfuscate the code.
Source maps are included.

### Configuration file
Expand Down Expand Up @@ -149,7 +149,7 @@ Monopack will collect:

All the dependencies are collected, a package.json with the collected dependencies will be compiled.

Your project's yarn.lock fill will be copied if it exists.
Your project's yarn.lock will be copied if it exists.
If you are using multiple yarn.lock files, only the top-most one will be copied.

The dependencies collection is **deterministic** only if you have a single yarn.lock file.
Expand Down
4 changes: 2 additions & 2 deletions packages/monopack-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const baseBabelConfig = {
```

Monopack will use webpack 4 to produce the bundle.
The bundle is produced in 'development' in order not to obfuscate the code.
The bundle is produced in 'development' mode in order not to obfuscate the code.
Source maps are included.

### Configuration file
Expand Down Expand Up @@ -149,7 +149,7 @@ Monopack will collect:

All the dependencies are collected, a package.json with the collected dependencies will be compiled.

Your project's yarn.lock fill will be copied if it exists.
Your project's yarn.lock will be copied if it exists.
If you are using multiple yarn.lock files, only the top-most one will be copied.

The dependencies collection is **deterministic** only if you have a single yarn.lock file.
Expand Down
4 changes: 2 additions & 2 deletions packages/monopack-dependency-collector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const baseBabelConfig = {
```

Monopack will use webpack 4 to produce the bundle.
The bundle is produced in 'development' in order not to obfuscate the code.
The bundle is produced in 'development' mode in order not to obfuscate the code.
Source maps are included.

### Configuration file
Expand Down Expand Up @@ -149,7 +149,7 @@ Monopack will collect:

All the dependencies are collected, a package.json with the collected dependencies will be compiled.

Your project's yarn.lock fill will be copied if it exists.
Your project's yarn.lock will be copied if it exists.
If you are using multiple yarn.lock files, only the top-most one will be copied.

The dependencies collection is **deterministic** only if you have a single yarn.lock file.
Expand Down
4 changes: 2 additions & 2 deletions packages/monopack-process/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const baseBabelConfig = {
```

Monopack will use webpack 4 to produce the bundle.
The bundle is produced in 'development' in order not to obfuscate the code.
The bundle is produced in 'development' mode in order not to obfuscate the code.
Source maps are included.

### Configuration file
Expand Down Expand Up @@ -149,7 +149,7 @@ Monopack will collect:

All the dependencies are collected, a package.json with the collected dependencies will be compiled.

Your project's yarn.lock fill will be copied if it exists.
Your project's yarn.lock will be copied if it exists.
If you are using multiple yarn.lock files, only the top-most one will be copied.

The dependencies collection is **deterministic** only if you have a single yarn.lock file.
Expand Down
4 changes: 2 additions & 2 deletions packages/monopack-repo-builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const baseBabelConfig = {
```

Monopack will use webpack 4 to produce the bundle.
The bundle is produced in 'development' in order not to obfuscate the code.
The bundle is produced in 'development' mode in order not to obfuscate the code.
Source maps are included.

### Configuration file
Expand Down Expand Up @@ -149,7 +149,7 @@ Monopack will collect:

All the dependencies are collected, a package.json with the collected dependencies will be compiled.

Your project's yarn.lock fill will be copied if it exists.
Your project's yarn.lock will be copied if it exists.
If you are using multiple yarn.lock files, only the top-most one will be copied.

The dependencies collection is **deterministic** only if you have a single yarn.lock file.
Expand Down
4 changes: 2 additions & 2 deletions packages/monopack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const baseBabelConfig = {
```

Monopack will use webpack 4 to produce the bundle.
The bundle is produced in 'development' in order not to obfuscate the code.
The bundle is produced in 'development' mode in order not to obfuscate the code.
Source maps are included.

### Configuration file
Expand Down Expand Up @@ -149,7 +149,7 @@ Monopack will collect:

All the dependencies are collected, a package.json with the collected dependencies will be compiled.

Your project's yarn.lock fill will be copied if it exists.
Your project's yarn.lock will be copied if it exists.
If you are using multiple yarn.lock files, only the top-most one will be copied.

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

0 comments on commit f6fa5b7

Please sign in to comment.