mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
Update code/lib/core-common/src/utils/get-renderer-name.ts
This commit is contained in:
parent
ad444a3832
commit
1c91324a0c
@ -8,7 +8,6 @@ export async function getRendererName(options: Options) {
|
|||||||
const { renderer } = await options.presets.apply('core', {}, options);
|
const { renderer } = await options.presets.apply('core', {}, options);
|
||||||
|
|
||||||
if (!renderer) {
|
if (!renderer) {
|
||||||
console.log('getting framework name');
|
|
||||||
// At the moment some frameworks (Angular/Ember) do not define a renderer, but themselves
|
// At the moment some frameworks (Angular/Ember) do not define a renderer, but themselves
|
||||||
// serve the purpose (in particular exporting the symbols needed by entrypoints)
|
// serve the purpose (in particular exporting the symbols needed by entrypoints)
|
||||||
return getFrameworkName(options);
|
return getFrameworkName(options);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user