dumi 2.0.14 → 2.0.15

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.
@@ -92,9 +92,9 @@ var derivative_default = (api) => {
92
92
  api.modifyConfig((memo) => {
93
93
  var _a;
94
94
  if ((_a = api.userConfig.alias) == null ? void 0 : _a["@"]) {
95
- memo["@"] = api.userConfig.alias["@"];
95
+ memo.alias["@"] = api.userConfig.alias["@"];
96
96
  } else {
97
- memo["@"] = (0, import_plugin_utils.winPath)([import_path.default.join(api.cwd, "src"), api.cwd].find(import_fs.default.existsSync));
97
+ memo.alias["@"] = (0, import_plugin_utils.winPath)([import_path.default.join(api.cwd, "src"), api.cwd].find(import_fs.default.existsSync));
98
98
  }
99
99
  return memo;
100
100
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dumi",
3
- "version": "2.0.14",
3
+ "version": "2.0.15",
4
4
  "description": "📖 Documentation Generator of React Component",
5
5
  "keywords": [
6
6
  "generator",