1
0
Fork 0
Commit Graph

10 Commits

Author SHA1 Message Date
Sean Sube faeff2c645 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 15:02:40 -05:00
Sean Sube b31767eab0 fix(build): move signature to release options 2022-02-14 14:55:37 +00:00
ssube 788b5bb165
feat: full es module build, fix up eslint and sinon imports 2021-07-26 10:12:14 -05:00
ssube 040fecc6e3
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:23:16 -05:00
ssube b4172bbe23
feat(build): add node shebang to index 2019-11-09 22:41:40 -06:00
ssube f9b1a813b7 feat(build): add global link target 2019-11-09 20:17:20 -06:00
ssube e2a40e0ae9
fix: use index as entry point for run targets 2019-09-29 07:25:16 -05:00
ssube 15d5e833a2
feat: include additional makefiles, add example 2019-09-28 15:24:51 -05:00
ssube d3ccff9545 fix(build): move docker commands to script, detect project path outside of CI 2019-09-23 07:51:35 -05:00
ssube 7766659391
feat: copy template from other projects 2019-09-17 07:45:15 -05:00