websnacks/src
M. George Hansen 701f85baef
fix: dont require config file
Fixes a couple of issues with config files in websnacks projects.

First, config files are no longer required and the dev and build
commands will no longer error out if a websnacks.ts/js file doesn't
exist.

Second, all optional user config params are now actually optional -
before some parameters were assumed to exist and would error out if not
present (e.g. the "watch" parameter).

Finally, e2e tests were added to prevent regressions on these issues
and test helpers were extracted to a separate file.
2020-06-10 12:39:54 -07:00
..
cli fix: dont require config file 2020-06-10 12:39:54 -07:00
build.ts chore: resolve linting errors & warnings 2020-06-01 23:29:59 -07:00
component.ts feat: provide Fragment component 2020-06-04 11:25:34 -07:00
config.ts fix: dont require config file 2020-06-10 12:39:54 -07:00
create-element.ts chore: fix some eslint warnings 2020-06-03 17:52:54 -07:00
index.ts feat: provide Fragment component 2020-06-04 11:25:34 -07:00
jsx.ts chore: resolve linting errors & warnings 2020-06-01 23:29:59 -07:00
render.ts feat: provide Fragment component 2020-06-04 11:25:34 -07:00
utils.ts feat: support rendering array elements 2020-06-02 16:39:44 -07:00