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 70c99ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@

# copy-webpack-plugin

Copies individual files or entire directories to the build directory.
Copies individual files or entire directories, which already exist, to the build directory.

## Getting Started

Expand All @@ -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 70c99ed

Please sign in to comment.