Skip to content

Commit

Permalink
doc(README) Document breaking change from 834727d
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoublev committed Feb 12, 2021
1 parent 834727d commit 5022004
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ Demos:

`npm i @cdoublev/animate`

`@cdoublev/animate` is built with browsers supporting ES modules as targets.
`@cdoublev/animate` is built with the current NodeJS version as target, meaning that it should probably be transpiled to support your own application targets.

Eg. with `babel` (eventually via the loader/plugin options of your bundler), `include` it to the transpiled files.

## Example

Expand Down

0 comments on commit 5022004

Please sign in to comment.