docs(webpack): Typo: Change text format from monospaced to italic (#3338)
As the monospaced format is used for file names and code snippets everywhere in the documentation, in this place italic format would be better for my mind.
This commit is contained in:
parent
82d373d2f4
commit
033108342d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue