@plaudit/webpack-extensions 2.82.0 → 2.82.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.
@@ -573,7 +573,7 @@ function stripExtension(filepath) {
573
573
  }
574
574
  module.exports = function (config, webpackConfig = require("@wordpress/scripts/config/webpack.config")) {
575
575
  const { cfg, sources } = buildVerifiedConfig(config);
576
- if (Array.isArray(webpackConfig) && (0, shared_1.hasAtLeastOneItem)(webpackConfig)) {
576
+ if (Array.isArray(webpackConfig) && (0, shared_1.arrayIsLength)(webpackConfig, 1)) {
577
577
  webpackConfig = webpackConfig[0];
578
578
  }
579
579
  if (Array.isArray(webpackConfig)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaudit/webpack-extensions",
3
- "version": "2.82.0",
3
+ "version": "2.82.1",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "files": [
6
6
  "/build"
@@ -20,7 +20,7 @@
20
20
  }
21
21
  },
22
22
  "devDependencies": {
23
- "@plaudit/gutenberg-api-extensions": "^2.81.1",
23
+ "@plaudit/gutenberg-api-extensions": "^2.83.0",
24
24
  "@types/browser-sync-webpack-plugin": "^2.2.5",
25
25
  "@types/node": "^25.0.3",
26
26
  "@types/postcss-functions": "^4.0.4",