SyntaxFix
Write A Post
Hire A Developer
Questions
Using Babel (5.8) I get the same error if I try to use the expression export default in combination with some other export:
export default
export
export const foo = "foo" export const bar = "bar" export default function baz() {}