Closed
Description
We are currently using rollup
for bundling. Though we never faced a major issue with it, rollup is built for libraries which are node focuses not the browser. We will be using rollup
for our CLI project but as docsify
is browser library, I would prefer to migrate to webpack
like its always recommended to use webpack
for browser code.