diff --git a/public/docs/ts/latest/guide/webpack.jade b/public/docs/ts/latest/guide/webpack.jade index 262b5e8a1a..03a4ee1893 100644 --- a/public/docs/ts/latest/guide/webpack.jade +++ b/public/docs/ts/latest/guide/webpack.jade @@ -345,7 +345,7 @@ a(id="development-configuration") Although you tell Webpack to put output bundles in the `dist` folder, the dev server keeps all bundles in memory; it doesn't write them to disk. - You won't find any files in the `dist` folder (at least not any generated from `this development build`). + You won't find any files in the `dist` folder (at least not any generated from *this development build*). The `HtmlWebpackPlugin` (added in `webpack.common.js`) use the *publicPath* and the *filename* settings to generate