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

Update all dependencies #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

amgadfahmi
Copy link

Thank @rikschennink for this great library, this an update for all the dependencies. Please find a breakdown of the changes below:

  • uses babel 7 and all the plugins has been updated to latest. es2015 is now preset-env
  • plugin-external-helpers is no longer need as stated by Babel

Using "external-helpers" plugin with rollup-plugin-babel is deprecated, as it now automatically deduplicates your Babel helpers

  • browserslist is now configured in .browserslistrc file in the root directory and it will be auto picked by autoprefixer
  • new task in build will update the files used by the example folder
  • npm run dev will now start a web server on port 3001

Saw your comments about changing the build tool, something like parcel would be nice, might do it later on if this can help.

Another benefit now the flip.min.js is 1kb less in size 😃

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.

None yet

1 participant