Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use native ES Modules in Node.js #521

Closed
sonufrienko opened this issue Jul 27, 2018 · 1 comment
Closed

Use native ES Modules in Node.js #521

sonufrienko opened this issue Jul 27, 2018 · 1 comment
Assignees
Milestone

Comments

@sonufrienko
Copy link
Collaborator

Now

We compile the code of Store from ES6 to ES5 with Babel and execute it in Node.js.

Proposal

for Node.js

  • use ES modules with esm
  • leave ES6 code untouched
  • compile JSX

for Browser

  • compile with babel-loader and Webpack
@sonufrienko sonufrienko self-assigned this Jul 27, 2018
@sonufrienko sonufrienko added this to the v0.34.0 milestone Jul 27, 2018
@sonufrienko
Copy link
Collaborator Author

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant