When including kitkat in a Volto frontend the build fails. The error messages includes the following:
175.6 Failed to compile client default build. 175.6
175.6 Module not found: Error: Can't resolve 'querystring' in '/build/node_modules/@eeacms/volto-banner/src'
If I do a yarn add querystring before I try the build then the build succeeds.
This leads me to suppose that kitkat depends on querystring, and that dependency should be included in the kitkat build requirements.
Perhaps this has gone unnoticed because many who use kitkat have builds that otherwise require querystring. Or perhaps my build environment is somehow out of date and needs adjusting?