adobe / aem-lib

Apache License 2.0
2 stars 7 forks source link

Replace rollup-plugin-cleanup module #36

Open kptdobe opened 9 months ago

kptdobe commented 9 months ago

To shape a proper aem.js (formatting, comments cleanup...), we use rollup-plugin-cleanup plugin for rollup, but this module has not been touched for 4 years now and starts creating dependencies issues (depends on old rollup-pluginutils). We should find another solution.

The plugin is used for: (see config https://github.com/adobe/aem-lib/blob/main/rollup.config.js#L49-L52)