1
0
Fork 0
Commit Graph

4 Commits

Author SHA1 Message Date
Sean Sube f6ef1f4b35 feat(build): remove rollup, do not bundle the output
BREAKING CHANGE: the library will now be published as loose ES modules.
Library users are better informed on bundling needs, and repeated bundling introduces extra boilerplate code.
2022-10-08 16:11:43 -05:00
ssube da26ddd026 feat: expose package as ES module
BREAKING CHANGE: this library is now exposed as a module in
the package.json, and may need to be bundled for environments
that do not have stable support for ES modules. nyc has been
replaced with c8 for coverage.
2021-07-27 21:06:45 -05:00
ssube 4165928a08
feat(build): bundle as ES module
BREAKING CHANGE: removes the umd module in favor of a smaller, standard
ES module. Consumers will need native support for ES modules (recent
evergreen browsers) or a bundler with the same (rollup, webpack, etc).
2020-06-29 18:19:35 -05:00
ssube 33c2936275
feat: new project from template 2019-11-13 08:01:51 -06:00