You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If non-ES5 is highly desirable for efficiency reason, please publish dual entrypoints to NPM, with browser pointing to ES5 code and main point to ES6+ code.
To Reproduce
Steps to reproduce the behavior:
Create a web project (e.g. Webpack)
Include botframework-streaming in the dependencies and the bundle
Open the web project in IE11
Expected behavior
botframework-streaming should work in IE11.
Instead, it throw syntax error when loading in IE11.
Screenshots
Additional context
[bug]
The text was updated successfully, but these errors were encountered:
Versions
master
as of right now.Describe the bug
botframework-streaming
is not working in IE11.Probably, it is related to
tsconfig.json
not emitting ES5 code.https://github.com/microsoft/botbuilder-js/blob/master/libraries/botframework-streaming/tsconfig.json#L3
If non-ES5 is highly desirable for efficiency reason, please publish dual entrypoints to NPM, with
browser
pointing to ES5 code andmain
point to ES6+ code.To Reproduce
Steps to reproduce the behavior:
botframework-streaming
in the dependencies and the bundleExpected behavior
botframework-streaming
should work in IE11.Instead, it throw syntax error when loading in IE11.
Screenshots
Additional context
[bug]
The text was updated successfully, but these errors were encountered: