Open
Description
core-js-builder uses webpack as its dependency. Because webpack has many dependencies, introducing core-js-builder in a project will indirectly introduce many dependencies of webpack, which increases project management costs.
Can we use rollup to replace the webpack in core-js-builder? Thank you so much.
Activity