This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
storybook
Watch
1
Star
0
Fork
0
You've already forked storybook
mirror of
https://github.com/storybookjs/storybook.git
synced
2025-03-21 05:02:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
storybook
/
lib
/
core-server
/
standalone.js
4 lines
81 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Fix standalone API (again)
2021-03-05 14:27:29 +08:00
const
build
=
require
(
'./dist/cjs/standalone'
)
.
default
;
Core: Fix standalone API
2021-03-04 15:41:00 +08:00
module
.
exports
=
build
;
Reference in New Issue
Copy Permalink