v1.8.0
- Exact code splitting for Client and Server to avoid backend NPM package being imported on the Client. Fixing: #450 #445 #444
- Catch Exception on
new Blobandwindow.URL.createObjectURLalthoughBlobandURLis exists on global scope may thrown an error on access in some bizarre browsers - IE support, thanks a lot to @mozibrand and @laosb