You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 oldrollup-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)
aem.js
passes theaem-boilerplate
linting rules (including: keep eslint instructions, remove//
comments, line breaks, indentation)c8
commentsThe text was updated successfully, but these errors were encountered: