major improvements for SPA jsx/bundling implementation
numerous enhancements in jsx/SPA app support
- fixed various glitches in jsx processing/parsing
- support for bundling/importing npm-style 'require' libraries. kontraktor imports from node_modules like webpack/browserify
- jnpm - pure java implementation of npm => no nodejs stack required in order to run and bundle modern front-end frameworks
- support for 'export default xx;' statements
- 'kontraktor-client.js' is now usable both from browser and via npm / webpack (and kontraktor jnpm ofc) see example