neutrinojs / neutrino

Create and build modern JavaScript projects with zero initial configuration.
https://neutrinojs.org
Mozilla Public License 2.0
3.95k stars 214 forks source link

rollup #1659

Closed weepy closed 2 years ago

weepy commented 3 years ago

Is it possible to use a plain HTML / Rollup ?

constgen commented 3 years ago

Rollup - no, as Neutrino is completely based on webpack-chain. Plain HTML - what does it mean?

weepy commented 2 years ago

well if it worked with just an html file + bundled js then you could build using rollup/whatever and use that.

edmorley commented 2 years ago

From Neutrino's readme:

Neutrino combines the power of webpack with the simplicity of presets.

For better or worse, Neutrino is a tool that mostly wraps/configures tools in the webpack based ecosystem. As such rollup doesn't really fit in with that.