Skip to content

Latest commit

 

History

History
executable file
·
11 lines (9 loc) · 266 Bytes

README.md

File metadata and controls

executable file
·
11 lines (9 loc) · 266 Bytes

Rollup Base Project

The basic structure to start a JavaScript project with Rollup. Command npm run build will create 4 bundles:

  • ES Module Not Minified
  • ES Module Minified
  • UMD Transpiled Script Not Minified
  • UMD Transpiled Script Minified

License

MIT