mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-12 16:47:26 +02:00
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:
parent
02ed7d9132
commit
200b38b763
5 changed files with 103 additions and 98 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue