Skip to content

Commit

Permalink
Merge pull request #6906 from stepharr/patch-1
Browse files Browse the repository at this point in the history
Fixing grammar issues in webpack example
  • Loading branch information
sokra committed Jun 28, 2018
2 parents b181bc4 + ef2ec25 commit 34b0c7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/dll-app-and-vendor/0-vendor/README.md
Expand Up @@ -4,7 +4,7 @@ It's built separately from the app part. The vendors dll is only built when the

The DllPlugin in combination with the `output.library` option exposes the internal require function as global variable in the target environment.

A manifest is creates which includes mappings from module names to internal ids.
A manifest is created which includes mappings from module names to internal ids.

### webpack.config.js

Expand Down
2 changes: 1 addition & 1 deletion examples/dll-app-and-vendor/0-vendor/template.md
Expand Up @@ -4,7 +4,7 @@ It's built separately from the app part. The vendors dll is only built when the

The DllPlugin in combination with the `output.library` option exposes the internal require function as global variable in the target environment.

A manifest is creates which includes mappings from module names to internal ids.
A manifest is created which includes mappings from module names to internal ids.

### webpack.config.js

Expand Down

0 comments on commit 34b0c7c

Please sign in to comment.