1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-04-09 00:19:13 +08:00
2022-10-03 12:53:30 -04:00

11 lines
232 B
JavaScript

const { checkActionsLoaded } = require('./dist/preset/checkActionsLoaded');
function previewAnnotations(entry = [], options) {
checkActionsLoaded(options.configDir);
return entry;
}
module.exports = {
previewAnnotations,
};