mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 03:21:07 +08:00
path.join is unsafe when using absolute paths after first argument. For resolving from cwd path.resolve function is safe and makes correct results in both cases, using absolute or relative paths.
Storybook Core
This package contains common data structures and bootstrapping capabilities used among the different frameworks (React, RN, Vue, Ember, Angular, etc).