@docusaurus/core 3.2.0 → 3.2.1

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.
@@ -194,6 +194,10 @@ async function getBuildClientConfig({ props, cliOptions, }) {
194
194
  bundleAnalyzer: cliOptions.bundleAnalyzer ?? false,
195
195
  });
196
196
  let { config } = result;
197
+ config = (0, utils_2.executePluginsConfigurePostCss)({
198
+ plugins,
199
+ config,
200
+ });
197
201
  config = (0, utils_2.executePluginsConfigureWebpack)({
198
202
  plugins,
199
203
  config,
@@ -208,10 +212,6 @@ async function getBuildServerConfig({ props }) {
208
212
  props,
209
213
  });
210
214
  let { config } = result;
211
- config = (0, utils_2.executePluginsConfigurePostCss)({
212
- plugins,
213
- config,
214
- });
215
215
  config = (0, utils_2.executePluginsConfigureWebpack)({
216
216
  plugins,
217
217
  config,
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": "3.2.0",
4
+ "version": "3.2.1",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -43,13 +43,13 @@
43
43
  "@babel/runtime": "^7.22.6",
44
44
  "@babel/runtime-corejs3": "^7.22.6",
45
45
  "@babel/traverse": "^7.22.8",
46
- "@docusaurus/cssnano-preset": "3.2.0",
47
- "@docusaurus/logger": "3.2.0",
48
- "@docusaurus/mdx-loader": "3.2.0",
46
+ "@docusaurus/cssnano-preset": "3.2.1",
47
+ "@docusaurus/logger": "3.2.1",
48
+ "@docusaurus/mdx-loader": "3.2.1",
49
49
  "@docusaurus/react-loadable": "5.5.2",
50
- "@docusaurus/utils": "3.2.0",
51
- "@docusaurus/utils-common": "3.2.0",
52
- "@docusaurus/utils-validation": "3.2.0",
50
+ "@docusaurus/utils": "3.2.1",
51
+ "@docusaurus/utils-common": "3.2.1",
52
+ "@docusaurus/utils-validation": "3.2.1",
53
53
  "@svgr/webpack": "^6.5.1",
54
54
  "autoprefixer": "^10.4.14",
55
55
  "babel-loader": "^9.1.3",
@@ -105,8 +105,8 @@
105
105
  "webpackbar": "^5.0.2"
106
106
  },
107
107
  "devDependencies": {
108
- "@docusaurus/module-type-aliases": "3.2.0",
109
- "@docusaurus/types": "3.2.0",
108
+ "@docusaurus/module-type-aliases": "3.2.1",
109
+ "@docusaurus/types": "3.2.1",
110
110
  "@total-typescript/shoehorn": "^0.1.2",
111
111
  "@types/detect-port": "^1.3.3",
112
112
  "@types/react-dom": "^18.2.7",
@@ -126,5 +126,5 @@
126
126
  "engines": {
127
127
  "node": ">=18.0"
128
128
  },
129
- "gitHead": "5af143651b26b39761361acd96e9c5be7ba0cb25"
129
+ "gitHead": "f268e15264e208e6faf26117258162e988b53773"
130
130
  }