ciepol

Results 2 issues of ciepol

**Describe the bug** When `:disabled` pseudo-class is present in `querySelectorAll` it is ignored and result includes disabled elements. Additionally when combined with `:not()` it is not selecting anything. See examples...

bug

Adds additional `rollup` bundle for ES modules, so it can be easily exposed in `exports` in `package.json`. Development build stays the same and uses `umd`. Should address #1715 and #1774.