select icon indicating copy to clipboard operation
select copied to clipboard

use shikaka as library bundler, fix tests

Open StarpTech opened this issue 5 years ago • 0 comments

This PR simplifies the bundling process. I also fixed the test suite. This should fix #5 Therefore https://github.com/StarpTech/shikaka use browserlist property to determine the polyfills.

The package size was reduced from 4KB to 2.21 KB (gzip)

$ shikaka src/index.js --format es --format cjs --minify --sourcemap
Build ES output to dist:
      5.77 KB  es/index.js
Build CJS output to dist:
      5.84 KB  cjs/index.js
Done in 2.84s.

StarpTech avatar Jun 02 '20 18:06 StarpTech