mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 01:51:05 +08:00
revert back to disabled V7 feature for ember
This commit is contained in:
parent
7734c2e010
commit
72c6c59c46
@ -44,8 +44,9 @@ module.exports = {
|
||||
},
|
||||
staticDirs: ['../ember-output'],
|
||||
features: {
|
||||
buildStoriesJson: true,
|
||||
breakingChangesV7: true,
|
||||
buildStoriesJson: false,
|
||||
breakingChangesV7: false,
|
||||
storyStoreV7: false,
|
||||
},
|
||||
framework: '@storybook/ember',
|
||||
framework: { name: '@storybook/ember' },
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user