Appchance / ember-cached-shoe

Fastboot rehydration without redundant ajax
MIT License
29 stars 6 forks source link

Fix b2a import for ie #10

Open danwenzel opened 5 years ago

danwenzel commented 5 years ago

By default b2a's entry point is /src/index.js, which is not transpiled, resulting in syntax errors in IE.

This uses the auto-import config to change that to the transpiled /lib/index.js

thec0keman commented 5 years ago

This has been working great for us :+1: