This repository was archived by the owner on Dec 7, 2018. It is now read-only.

Description
Right now plugin expects that webpack is used. Using other bundlers is not possible, and non-js imports need to be stubbed to avoid the errors inside express server.
One possible way to solve this is making bundler customizable.
Another one is removing bundling from project at all and expect tests to be built before gemini is executed. Runtime wrapping on client and server can be replaced by AOT compiltion in this case.