Top "Rollupjs" questions

Rollup.

what are .esm.js files and whats with the format: 'es' in rollup.js?

I was just going through this library HERE (glide.js) , as i was checking the package.json file i see …

javascript ecmascript-6 rollupjs
Does rollup bundle node_modules into bundle.js?

I am testdriving rollupjs to package a node app into a bundle.js and am confused. Does rollup support bundling …

javascript node.js npm bundling-and-minification rollupjs