extract-react-types
extract-react-types copied to clipboard
[WIP] New website
💥 No Changeset
Latest commit: bbb68d5b208e1f809959fb68b29aa670b6f921c9
Merging this PR will not cause any packages to be released. If these changes should not cause updates to packages in this repo, this is fine 🙂
If these changes should be published to npm, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
@Noviny Need help. I am unable to get the website started not. It shows error as:
ERROR in ../packages/extract-react-types/src/index.js
Module build failed (from ../node_modules/babel-loader/lib/index.js):
SyntaxError: /Users/amathur/workspace/extract-react-types/packages/extract-react-types/src/index.js: Support for the experimental syntax 'exportDefaultFrom' isn't currently enabled (16:8):
14 | import * as K from './kinds';
15 |
> 16 | export type * from './kinds';
| ^
17 |
18 | const converters = {};
19 |
Add @babel/plugin-proposal-export-default-from (https://git.io/vb4yH)
But even adding this is not helping. Can you please help me ( I am happy to pair up to get this through ).