We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63791f commit 3a4dda2Copy full SHA for 3a4dda2
packages/core/internal.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-core.internal.js');
0 commit comments