A shared Rollup configuration preset used internally by Signal Sciences projects. Version 4.0.9 requires Rollup ^2.0.0 and @babel/core ^7.13.0 as peer dependencies. It provides a minimal base config with no customization exposed. The README explicitly warns that the preset may change without notice and is intended only for Signal Sciences projects. It is not recommended for external use; authors suggest creating your own config instead.
npm install rollup-config-signalsciencesVerified import paths — ran on the pinned version, not inferred.
Shows installation and usage of the shared Rollup config via a CommonJS require in rollup.config.js.
Create your own Rollup config instead of relying on this package for non-Signal Sciences projects.
Consider alternatives like @rollup/plugin-babel or rollup-plugin-babel if you need a Babel setup.
Use the entire config as is; cannot easily extend parts of it.
Run 'npm install rollup-config-signalsciences rollup @babel/core --save-dev'.
Use 'const config = require("rollup-config-signalsciences")' in rollup.config.js (which is CommonJS by default).Do not mix ES imports and CommonJS exports in the same file; stick to one pattern.