Skip to content

Commit dc89235

Browse files
committed
docs(en): fetch all
1 parent 1d52f0a commit dc89235

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/content/plugins/copy-webpack-plugin.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ More [`examples`](#examples)
316316
Type: `Object`
317317
Default: `undefined`
318318

319-
Allows to configute the glob pattern matching library used by the plugin. [See the list of supported options][glob-options]
319+
Allows to configure the glob pattern matching library used by the plugin. [See the list of supported options][glob-options]
320320
To exclude files from the selection, you should use [globOptions.ignore option](https://github.com/mrmlnc/fast-glob#ignore)
321321

322322
**webpack.config.js**

src/content/plugins/stylelint-webpack-plugin.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ repo: https://github.com/webpack-contrib/stylelint-webpack-plugin
2020

2121

2222

23+
> This is stylelint-webpack-plugin 3.0 which works only with webpack 5. For the webpack 4, see the [2.x branch](https://github.com/webpack-contrib/stylelint-webpack-plugin/tree/2.x).
24+
2325
This plugin uses [`stylelint`](https://stylelint.io/) that helps you avoid errors and enforce conventions in your styles.
2426

2527
## Getting Started

0 commit comments

Comments
 (0)