CRASH: project_1.jsTSConfig is not a function
Error Report
I get this error when running yarn bigtest server --launch=chrome after upgrading from bigtest 0.13.3 to 0.14.1:
TypeError: project_1.jsTSConfig is not a function
diagnostics
Argv
server,--launch=chrome
Stack
TypeError: project_1.jsTSConfig is not a function
at prepareInputOptions (/Users/johanms/workspace/fleks/fleks-marketing/node_modules/@bigtest/bundler/dist/bundler.js:54:89)
at prepareWatchOptions (/Users/johanms/workspace/fleks/fleks-marketing/node_modules/@bigtest/bundler/dist/bundler.js:87:12)
at Bundler.watch (/Users/johanms/workspace/fleks/fleks-marketing/node_modules/@bigtest/bundler/dist/bundler.js:114:37)
at watch.next (
Thanks @johanms for the bug report! I suspect that it might be related to a recently introduced change: #961