diff --git a/src/content/configuration/plugins.mdx b/src/content/configuration/plugins.mdx index 727756bd8108..72ce2d734cbf 100644 --- a/src/content/configuration/plugins.mdx +++ b/src/content/configuration/plugins.mdx @@ -23,7 +23,6 @@ T> 注意:本页面仅讨论使用插件,如果你有兴趣编写自己的 [`[Plugin]`](/plugins/) 一组 webpack 插件。例如,[`DefinePlugin`](/plugins/define-plugin/) 允许你创建可在编译时配置的全局常量。这对需要再开发环境构建和生产环境构建之间产生不同行为来说非常有用。 -An array of webpack plugins. For example, [`DefinePlugin`](/plugins/define-plugin/) allows you to create global constants which can be configured at compile time. This can be useful for allowing different behavior between development builds and release builds. **webpack.config.js**