Closed chiaweilee closed 6 years ago
@chiaweilee That seems to be an issue with your build system, not with this proposal.
This is not an issue with this proposal but with IE. It is most likely related to your transpiler. Make sure to configure it to emit ES5 code or lower. (template strings with `
were introduced in ES6)
I am using dynamic-import..it worked.. But, when I build prod...something happened in IE.
I used it like this:
after build prod:
IE can not regonize ``
How to avoid this problem?