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 Blob
andwindow.URL.createObjectURL
althoughBlob
andURL
is exists on global scope may thrown an error on access in some bizarre browsers - IE support, thanks a lot to @mozibrand and @laosb