Skip to content

docs: Use commonjs module format#115

Open
joscha wants to merge 1 commit intoserverless:masterfrom
joscha:patch-1
Open

docs: Use commonjs module format#115
joscha wants to merge 1 commit intoserverless:masterfrom
joscha:patch-1

Conversation

@joscha
Copy link

@joscha joscha commented Oct 11, 2018

Otherwise fails with:

  'export { hello };',
  '^^^^^^',
  '',
  'SyntaxError: Unexpected token export',

if it was set to "module": "ESNext"

Otherwise fails with:
```
  'export { hello };',
  '^^^^^^',
  '',
  'SyntaxError: Unexpected token export',
```
if it was set to `"module": "ESNext"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant