vanillaes / .github

Vanilla ECMAScript. A home for ESM libraries, tooling, and educational resources.
8 stars 0 forks source link

Add Minifed Bundle #2

Closed evanplaice closed 4 years ago

evanplaice commented 4 years ago

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.

Checklist