rollup.config.js
Showing 1 of 1 total issue
Function config
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const config = (isEsm) => { const outputFile = isEsm ? pkg.module : pkg.main; const basename = path.basename(outputFile); const dir = path.dirname(outputFile); const umdName = basename