Back to Date Fns

Usage With Rollup

examples/rollup/README.md

4.1.0415 B
Original Source

Usage With Rollup

See example.js, fp.js and misc.js for source code examples.

See package.json scripts for CLI usage.

Build Example

sh
npm install
npm run build

See ./dist for output.

Minimal Build Size

You can see minimal build size (when you use just one function):

sh
gzip-size dist/example.min.js | pretty-bytes
#=> 6.22 kB