Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

docs(webpack): fix a typo in the dev guide #1431

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/ts/latest/guide/webpack.jade
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ a(id="development-configuration")
The `HtmlWebpackPlugin` (added in `webpack.common.js`) use the *publicPath* and the *filename* settings to generate
appropriate <script> and <link> tags into the `index.html`.

Our CSS are buried inside our Javascript bundles by deault. The `ExtractTextPlugin` extracts them into
Our CSS are buried inside our Javascript bundles by default. The `ExtractTextPlugin` extracts them into
external `.css` files that the `HtmlWebpackPlugin` inscribes as <link> tags into the `index.html`.

Refer to the Webpack documentation for details on these and other configuation options in this file
Expand Down