ProjectMirador / research-and-demos

Proofs of concept for Mirador 3
10 stars 8 forks source link

Look into using rollup instead of webpack #9

Closed mejackreed closed 5 years ago

mejackreed commented 6 years ago

It seems like rollup might be a good option to look into instead of webpack for "building" the Mirador library. Rollups mission: "to build flat distributables of JavaScript libraries as efficiently as possible, taking advantage of the ingenious design of ES2015 modules" Source.

I think this fits a bit more in line with what Mirador is. An interesting read here: https://medium.com/webpack/webpack-and-rollup-the-same-but-different-a41ad427058c

Use webpack for apps, and Rollup for libraries