From c779a3026baee4b239db0e8b3fc3900ccbe067d4 Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Wed, 23 May 2018 12:53:59 +0200 Subject: [PATCH] docs: clarify `webpack-dev-server` and `write-file-webpack-plugin` (#259) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 542c5ed8..07302d31 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ const config = { } ``` -> ℹ️ If you must have `webpack-dev-server` write files to output directory during development, you can force it with the [`write-file-webpack-plugin`](https://github.com/gajus/write-file-webpack-plugin). +> ℹ️ If you want `webpack-dev-server` to write files to the output directory during development, you can force it with the [`write-file-webpack-plugin`](https://github.com/gajus/write-file-webpack-plugin). ### `Patterns`