Skip to content

Commit

Permalink
docs: clarify plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jul 26, 2019
1 parent f848140 commit df26427
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -42,6 +42,8 @@ module.exports = {
};
```

> ℹ️ `webpack-copy-plugin` is not designed to copy files generated from the build process; rather, it is to copy files that already exist in the source tree, as part of the build process.
> ℹ️ If you want `webpack-dev-server` to write files to the output directory during development, you can force it with the [`writeToDisk`](https://github.com/webpack/webpack-dev-middleware#writetodisk) option or the [`write-file-webpack-plugin`](https://github.com/gajus/write-file-webpack-plugin).
## Options
Expand Down

0 comments on commit df26427

Please sign in to comment.