Skip to content
This repository was archived by the owner on Jan 7, 2020. It is now read-only.

Latest commit

 

History

History

es6-rollup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Rollup.js

ES6+ and rollup.js

This setup uses rollup.js as the module bundler and does not transpile ES6+ code. One of the big benefits of rollup – as of the time of writing this – is the so called tree-shaking.

Have fun! ✌️

Build setup

# install dependencies
npm install

# build for development
npm run build

# build for production
npm run build:prod

# watches the javascript files for changes and builds them automatically
npm run watch

# tests if the javascript files would build without errors
npm run test

gridonic.chgridonic.github.io@gridonic