chore(deps): bump webpack from 5.88.1 to 5.94.0 (#10455)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
This commit is contained in:
dependabot[bot] 2024-08-29 16:28:54 +02:00 committed by GitHub
parent 02ed7d9132
commit 200b38b763
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 103 additions and 98 deletions

View file

@ -47,8 +47,10 @@ const EXPECTED_CSS_MARKERS = [
'.test-marker-site-index-page',
// Lazy-loaded lib
'.DocSearch-Modal',
'.DocSearch-Hit-content-wrapper',
// Looks like order changed during Webpack 5: https://github.com/facebook/docusaurus/pull/10455
// Note a big deal though
// '.DocSearch-Modal',
// '.DocSearch-Hit-content-wrapper',
];
const cssDirName = fileURLToPath(new URL('build/assets/css', import.meta.url));