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

Add module entry point for Webpack 2 #90

Merged
merged 1 commit into from
Aug 5, 2016
Merged

Add module entry point for Webpack 2 #90

merged 1 commit into from
Aug 5, 2016

Conversation

apostolos
Copy link
Contributor

Webpack 2 now prefers "module" entry point for packages with ES modules:
webpack/webpack@dc50c03

Similar changes to other popular repos:
remix-run/react-router#3672
reduxjs/redux#1871

Rollup is following along:
rollup/rollup-plugin-node-resolve#48


For more info see the Node ES6 Module Interoperability proposal and specifically section 5.1.

@taion
Copy link
Owner

taion commented Aug 5, 2016

You realize those two are both my PRs, right? :p

@apostolos
Copy link
Contributor Author

:) doh..

@apostolos apostolos closed this Aug 5, 2016
@taion taion reopened this Aug 5, 2016
@taion
Copy link
Owner

taion commented Aug 5, 2016

This is fine, I'll merge it once I sort out a few more things in this library. Thanks.

@taion taion merged commit 6bba987 into taion:master Aug 5, 2016
@taion
Copy link
Owner

taion commented Aug 5, 2016

Thanks!

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.

2 participants