Skip to content

Commit

Permalink
fix: enable classProperties plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Apr 24, 2020
1 parent a9e5d6e commit acabbaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/instrument/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const defaultResolveOptions: ResolveOptions = {

export const defaultParserOptions: ParserOptions = {
sourceType: 'module',
plugins: ['jsx', 'typescript'],
plugins: ['jsx', 'typescript', 'classProperties'],
};

/**
Expand Down
2 changes: 2 additions & 0 deletions integrations/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
"typescript": "^3.8.3"
},
"devDependencies": {
"@component-controls/react-docgen-typescript-info": "^0.7.1",
"@component-controls/react-docgen-info": "^0.7.1",
"@storybook/addons": "6.0.0-alpha.28",
"@storybook/api": "6.0.0-alpha.28",
"@storybook/client-api": "6.0.0-alpha.28",
Expand Down

0 comments on commit acabbaf

Please sign in to comment.