Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiaobatman committed Jan 11, 2016
1 parent b3dd15d commit aaf1144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ load(function(file) {

`require('bundle-loader!./a.js')` tells Webpack to load `a.js` from another chunk.

Now Webpack will build `main.js` into `a.js`, and `a.js` into `1.bundle.js`.
Now Webpack will build `main.js` into `bundle.js`, and `a.js` into `1.bundle.js`.

## Demo12: Common chunk ([source](https://github.com/ruanyf/webpack-demos/tree/master/demo12))

Expand Down

0 comments on commit aaf1144

Please sign in to comment.