Skip to content

Commit

Permalink
fix: fix helper alias
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Jun 28, 2023
1 parent 429ae5f commit ee5bf0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-moveable/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ module.exports = {
config.plugins.push(definePlugin);
config.plugins.push(new ForkTsCheckerWebpackPlugin());
config.resolve.alias["@/stories"] = path.resolve(__dirname, "../stories");
config.resolve.alias["moveable-helper"] = path.resolve(__dirname, "../stories/moveable-helper");
config.resolve.alias["@/react-moveable"] = path.resolve(__dirname, "../src");
config.resolve.alias["@/helper"] = path.resolve(__dirname, "../../helper/src");
config.resolve.alias["@moveable/helper"] = path.resolve(__dirname, "../../helper/src");


return config;
},
Expand Down

0 comments on commit ee5bf0b

Please sign in to comment.