We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bebeba3 commit df90db2Copy full SHA for df90db2
1 file changed
packages/middleware/legacy.js
@@ -0,0 +1,3 @@
1
+// This is required for Webpack 4 which does not support named exports.
2
+// eslint-disable-next-line no-undef
3
+module.exports = require('./dist/botframework-webchat-middleware.legacy.js');
0 commit comments