Snivilization / nodejs-esm-starter

Starter project for NodeJs esm packages, with rollup, typescript, mocha, chai, eslint, istanbul/nyc, gulp and i18next
MIT License
6 stars 3 forks source link

consider moving to gulp-better-rollup #18

Closed plastikfan closed 2 years ago

plastikfan commented 2 years ago

The issue we faced trying to build a test bundle and that there being only a single netry point was fixed by using rollup-plugin-multi-entry. However, there may be a better way forward. Instead, we could have used gulp-better-rollup which integrates better with the gulp pipeline and also handles the input for us, via gulp.

This is not an important change as what we have now actually works.

plastikfan commented 2 years ago

Not important