1
0
Fork 0
Commit Graph

23 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
Renovate Bot 63c581a8a5 update: update node.js to v16.14 2022-03-25 07:29:44 -05:00
ssube a0db878f5b
fix(build): add docker TLS options, remove codecov job 2021-08-05 22:26:18 -05:00
Renovate Bot ab621885ad update: update node.js to v16.6 2021-08-05 17:01:32 -05:00
Renovate Bot 616923e3d7 update: update docker.artifacts.apextoaster.com/apextoaster/base docker tag to v1.5 2021-08-05 16:23:41 -05:00
ssube fa68a966bc
feat: remove unused lodash dependency 2021-07-10 23:54:24 -05:00
ssube 25b5651ae9
feat(build): update eslint config, remove tslint plugins 2021-07-10 17:38:08 -05:00
Renovate Bot 4147b8c228 update: update node.js to v16 2021-07-10 16:58:01 -05:00
ssube 091fee6387
remove(build): unstable bundle visualizer plugin 2021-04-17 18:57:37 -05:00
Renovate Bot 0e683a1e26 update: update docker.artifacts.apextoaster.com/apextoaster/node docker tag to v12.22 2021-04-03 17:50:46 -05:00
Renovate Bot e39b49bd22 update: update docker.artifacts.apextoaster.com/apextoaster/node docker tag to v12.20 2021-03-27 22:25:09 -05:00
Renovate Bot 56de35e34b update: update docker.artifacts.apextoaster.com/apextoaster/base docker tag to v1.4 2021-03-27 21:41:10 -05:00
ssube 7a4221a691
fix(build): pull images from nexus 2020-12-29 12:42:26 -06:00
ssube 90b8c41cbc
update(build): image versions 2020-09-01 19:45:13 -05:00
ssube 4a58c20ba5 fix(config): update lint to naming-convention rule 2020-07-29 08:32:06 -05:00
ssube e4963d700b
fix: clean up polyfill plugins, externalize those modules 2020-07-08 22:48:10 -05:00
ssube 04e1ae80f3
fix(build): externalize lodash 2020-07-08 22:19:47 -05:00
ssube 972c7f2746
fix(include): schema callback types, tests 2020-06-30 19:34:02 -05:00
ssube bc06121a18
fix(build): add chunk for linked modules to fix cyclical imports, sort test modules into test chunk 2020-06-30 08:03:35 -05:00
ssube 3361099729
fix(test): remove problematic invocation of main from index 2020-06-29 18:56:08 -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 133880c9f8
feat(type): add env, include, regexp, and stream 2019-11-13 08:20:34 -06:00
ssube 33c2936275
feat: new project from template 2019-11-13 08:01:51 -06:00