enonic / app-contentstudio

Content Studio of Enonic XP
GNU General Public License v3.0
10 stars 4 forks source link

Improve build system #6961

Closed ComLock closed 1 year ago

ComLock commented 1 year ago

Turns out that there was very little to save on switching from webpack to tsup, as webpack is only used to build ckeditor. In addition there is no esbuild plugins to replace webpack splitchunks plugin, so not sure it would even work.