Skip to content

Commit 3a4dda2

Browse files
committed
Fix: core internal import in CJS legacy envs
1 parent b63791f commit 3a4dda2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/core/internal.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)