Merge pull request #17552 from storybookjs/simplify-community-frameworks

Simplify community frameworks
This commit is contained in:
Michael Shilman 2022-02-23 13:03:04 +08:00 committed by GitHub
commit 75b841912c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
module.exports = {
coreFrameworks: ['react', 'vue', 'angular', 'web-components'],
communityFrameworks: ['ember', 'html', 'mithril', 'marko', 'svelte', 'riot', 'preact', 'rax'],
communityFrameworks: ['ember', 'html', 'svelte', 'preact'],
featureGroups: [
{
name: 'Essentials',