Skip to content

The basic structure to start a JavaScript project with Rollup

License

Notifications You must be signed in to change notification settings

SimplySayHi/rollup-base-project

Repository files navigation

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

About

The basic structure to start a JavaScript project with Rollup

Resources

License

Stars

Watchers

Forks