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 a module loader to offer CJS & Harmony exports for the package.json #2

Open
code-for-coffee opened this issue Dec 6, 2018 · 0 comments
Labels
good first issue Good for newcomers

Comments

@code-for-coffee
Copy link
Owner

Currently we just ship the package and tell people they need to update their babel configs to use this. That is sort of unfair since we use a non-standard feature (classnames) so we should use Webpack, Parcel, or Rollup to bundle and provide more than the current Babel exports.

Rollup has a good read on this: https://github.com/rollup/rollup/wiki/pkg.module

@code-for-coffee code-for-coffee added the good first issue Good for newcomers label Dec 6, 2018
code-for-coffee pushed a commit that referenced this issue Dec 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant