Skip to content

Experimenting with rollup and monorepos for front-end apps.

Notifications You must be signed in to change notification settings

azz/monorepo-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monorepo-experiments

Experimenting with rollup and monorepos for front-end apps.

  • "Library" bundles form ES modules and CJS modules.
  • "Browser" bundles for UMD bundles packing in their dependencies on ES modules for tree-shaking to occur.

Lerna watch task works great. Editing a library will cause that bundle to rebuild, then that will cause dependant bundles to rebuild, and so-on until the browser bundles are re-built.

About

Experimenting with rollup and monorepos for front-end apps.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages