Open danwenzel opened 5 years ago
By default b2a's entry point is /src/index.js, which is not transpiled, resulting in syntax errors in IE.
b2a
/src/index.js
This uses the auto-import config to change that to the transpiled /lib/index.js
/lib/index.js
This has been working great for us :+1:
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