@umijs/utils 4.0.31 → 4.0.33

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.
@@ -36,7 +36,7 @@ var isStyleFile = ({
36
36
  filename,
37
37
  ext
38
38
  }) => {
39
- return AUTO_CSS_MODULE_EXTS.includes(ext ?? (0, import_path.extname)(filename));
39
+ return AUTO_CSS_MODULE_EXTS.includes(ext || (0, import_path.extname)(filename));
40
40
  };
41
41
  // Annotate the CommonJS export names for ESM import in node:
42
42
  0 && (module.exports = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umijs/utils",
3
- "version": "4.0.31",
3
+ "version": "4.0.33",
4
4
  "homepage": "https://github.com/umijs/umi/tree/master/packages/utils#readme",
5
5
  "bugs": "https://github.com/umijs/umi/issues",
6
6
  "repository": {