@docusaurus/core 0.0.0-5576 → 0.0.0-5577

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.
@@ -68,7 +68,7 @@ function createMDXFallbackPlugin({ siteDir, siteConfig, }) {
68
68
  version: { type: 'synthetic' },
69
69
  // Synthetic, the path doesn't matter much
70
70
  path: '.',
71
- configureWebpack(config, isServer, { getJSLoader }) {
71
+ configureWebpack(config) {
72
72
  // We need the mdx fallback loader to exclude files that were already
73
73
  // processed by content plugins mdx loaders. This works, but a bit
74
74
  // hacky... Not sure there's a way to handle that differently in webpack
@@ -96,7 +96,6 @@ function createMDXFallbackPlugin({ siteDir, siteConfig, }) {
96
96
  test: /\.mdx?$/i,
97
97
  exclude: getMDXFallbackExcludedPaths(),
98
98
  use: [
99
- getJSLoader({ isServer }),
100
99
  {
101
100
  loader: require.resolve('@docusaurus/mdx-loader'),
102
101
  options: mdxLoaderOptions,
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-5576",
4
+ "version": "0.0.0-5577",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -43,13 +43,13 @@
43
43
  "@babel/runtime": "^7.21.0",
44
44
  "@babel/runtime-corejs3": "^7.21.0",
45
45
  "@babel/traverse": "^7.21.2",
46
- "@docusaurus/cssnano-preset": "0.0.0-5576",
47
- "@docusaurus/logger": "0.0.0-5576",
48
- "@docusaurus/mdx-loader": "0.0.0-5576",
46
+ "@docusaurus/cssnano-preset": "0.0.0-5577",
47
+ "@docusaurus/logger": "0.0.0-5577",
48
+ "@docusaurus/mdx-loader": "0.0.0-5577",
49
49
  "@docusaurus/react-loadable": "5.5.2",
50
- "@docusaurus/utils": "0.0.0-5576",
51
- "@docusaurus/utils-common": "0.0.0-5576",
52
- "@docusaurus/utils-validation": "0.0.0-5576",
50
+ "@docusaurus/utils": "0.0.0-5577",
51
+ "@docusaurus/utils-common": "0.0.0-5577",
52
+ "@docusaurus/utils-validation": "0.0.0-5577",
53
53
  "@slorber/static-site-generator-webpack-plugin": "^4.0.7",
54
54
  "@svgr/webpack": "^6.5.1",
55
55
  "autoprefixer": "^10.4.13",
@@ -106,8 +106,8 @@
106
106
  "webpackbar": "^5.0.2"
107
107
  },
108
108
  "devDependencies": {
109
- "@docusaurus/module-type-aliases": "0.0.0-5576",
110
- "@docusaurus/types": "0.0.0-5576",
109
+ "@docusaurus/module-type-aliases": "0.0.0-5577",
110
+ "@docusaurus/types": "0.0.0-5577",
111
111
  "@types/detect-port": "^1.3.2",
112
112
  "@types/react-dom": "^18.0.11",
113
113
  "@types/react-router-config": "^5.0.6",
@@ -127,5 +127,5 @@
127
127
  "engines": {
128
128
  "node": ">=16.14"
129
129
  },
130
- "gitHead": "8011ec6c8c46329b1596b7f2213c4b45ff31d27f"
130
+ "gitHead": "4bcac799ecb155d8893e84fc49a42afeb07a9d61"
131
131
  }