@docusaurus/core 0.0.0-4743 → 0.0.0-4749

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -130,7 +130,7 @@ function applyConfigureWebpack(configureWebpack, config, isServer, jsLoader, con
130
130
  getJSLoader: (0, exports.getCustomizableJSLoader)(jsLoader),
131
131
  };
132
132
  if (typeof configureWebpack === 'function') {
133
- const { mergeStrategy, ...res } = configureWebpack(config, isServer, utils, content);
133
+ const { mergeStrategy, ...res } = configureWebpack(config, isServer, utils, content) ?? {};
134
134
  if (res && typeof res === 'object') {
135
135
  const customizeRules = mergeStrategy ?? {};
136
136
  return (0, webpack_merge_1.mergeWithCustomize)({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@docusaurus/core",
3
3
  "description": "Easy to Maintain Open Source Documentation Websites",
4
- "version": "0.0.0-4743",
4
+ "version": "0.0.0-4749",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -41,13 +41,13 @@
41
41
  "@babel/runtime": "^7.17.8",
42
42
  "@babel/runtime-corejs3": "^7.17.7",
43
43
  "@babel/traverse": "^7.17.3",
44
- "@docusaurus/cssnano-preset": "0.0.0-4743",
45
- "@docusaurus/logger": "0.0.0-4743",
46
- "@docusaurus/mdx-loader": "0.0.0-4743",
44
+ "@docusaurus/cssnano-preset": "0.0.0-4749",
45
+ "@docusaurus/logger": "0.0.0-4749",
46
+ "@docusaurus/mdx-loader": "0.0.0-4749",
47
47
  "@docusaurus/react-loadable": "5.5.2",
48
- "@docusaurus/utils": "0.0.0-4743",
49
- "@docusaurus/utils-common": "0.0.0-4743",
50
- "@docusaurus/utils-validation": "0.0.0-4743",
48
+ "@docusaurus/utils": "0.0.0-4749",
49
+ "@docusaurus/utils-common": "0.0.0-4749",
50
+ "@docusaurus/utils-validation": "0.0.0-4749",
51
51
  "@slorber/static-site-generator-webpack-plugin": "^4.0.1",
52
52
  "@svgr/webpack": "^6.2.1",
53
53
  "autoprefixer": "^10.4.4",
@@ -106,8 +106,8 @@
106
106
  "webpackbar": "^5.0.2"
107
107
  },
108
108
  "devDependencies": {
109
- "@docusaurus/module-type-aliases": "0.0.0-4743",
110
- "@docusaurus/types": "0.0.0-4743",
109
+ "@docusaurus/module-type-aliases": "0.0.0-4749",
110
+ "@docusaurus/types": "0.0.0-4749",
111
111
  "@types/detect-port": "^1.3.2",
112
112
  "@types/nprogress": "^0.2.0",
113
113
  "@types/react-dom": "^17.0.14",
@@ -128,5 +128,5 @@
128
128
  "engines": {
129
129
  "node": ">=14"
130
130
  },
131
- "gitHead": "ab2b7ab1b254457b2b700d18245973fbd02c7f82"
131
+ "gitHead": "96260c807b7b650d6e1673e28920684f74920f46"
132
132
  }