Develop a Rollup + Terser configuration that can effectively bundle and minify the lib. The minified bundle should output to the root of the package and be named with the pattern [lib].min.js. The npm script used to run minification should be named build:min.
Develop a Rollup + Terser configuration that can effectively bundle and minify the lib. The minified bundle should output to the root of the package and be named with the pattern
[lib].min.js
. The npm script used to run minification should be namedbuild:min
.Checklist