Skip to content

Commit c0a7a80

Browse files
authored
docs: fix ci for webpack.js.org
The link `https://webpack.js.org/configuration/#options:~:text=ignoreWarnings` was added in webpack-contrib#129, I think the author used it as a workaround because the URL should be used here is blocked by this pull request webpack/webpack.js.org#4076. Now `#options:~:text=ignoreWarnings` was recognized as ID and webpack.js.org doesn't have it in the page which caused the failure of CI. This pull request removes the paragraph temporarily to fix CI for webpack.js.org. And we can add it back later.
1 parent 7f38cd1 commit c0a7a80

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ module.exports = {
135135
};
136136
```
137137

138-
More information about the `ignoreWarnings` option you can find [here](https://webpack.js.org/configuration/#options:~:text=ignoreWarnings);
139-
140138
## Contributing
141139

142140
Please take a moment to read our contributing guidelines if you haven't yet done so.

0 commit comments

Comments
 (0)