Commit graph

4 commits

Author SHA1 Message Date
13df38cff0 fix: stack size exceed error on purging module cache 2020-06-14 12:06:59 -07:00
15683cb1d1 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
dcbc07021d chore: resolve linting errors & warnings 2020-06-01 23:29:59 -07:00
13cbc07c11 initial commit (it all starts here...) 2020-05-25 22:46:20 -07:00