From 01fa91b09d3b4fdc4552b520bb90918fc7f34e54 Mon Sep 17 00:00:00 2001 From: sun <60562136+368573607@users.noreply.github.com> Date: Tue, 9 Mar 2021 20:29:24 +0800 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b20837a..9221a17 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ 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. +> ℹ️ `copy-webpack-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).