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 rollup to replace the build process #21

Closed
davidnguyen11 opened this issue Feb 5, 2019 · 1 comment
Closed

add rollup to replace the build process #21

davidnguyen11 opened this issue Feb 5, 2019 · 1 comment
Assignees
Milestone

Comments

@davidnguyen11
Copy link
Contributor

Describe the issue
Apply rollup to replace the build process.

Expected behavior
Using the rollup to release to manage the build process. It supports 3 types of module.

  1. react-paginating.umd.js (main file)
  2. react-paginating.esm.js
  3. react-paginating.cjs.js

Actual behavior
It uses the "babel cli" to compile the ES6 code to ES5 code.

@davidnguyen11 davidnguyen11 self-assigned this Feb 5, 2019
@davidnguyen11 davidnguyen11 added this to the 1.2.0 milestone Feb 5, 2019
@davidnguyen11
Copy link
Contributor Author

released at version 1.2.0

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