Skip to content

Commit

Permalink
docs: clarify webpack-dev-server and write-file-webpack-plugin (#259
Browse files Browse the repository at this point in the history
)
  • Loading branch information
thijstriemstra authored and evilebottnawi committed May 23, 2018
1 parent 6205f51 commit c779a30
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 @@ -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`

Expand Down

0 comments on commit c779a30

Please sign in to comment.