mliebelt / pgn-viewer

Simple PGN viewer with the necessary features to display chess games
GNU General Public License v3.0
159 stars 44 forks source link

Switch from webpack to rollup #538

Open mliebelt opened 4 months ago

mliebelt commented 4 months ago

Webpack is really complex, and I am not sure if I use it correctly. For the other (simpler) projects, I use rollup.

Check if rollup has all features to do the packaging of the application in a good-enough way, so that I would have the same technology (again) after the migration. If rollup is not able to do the job, document the reason, so that I would be able (later) to check again.