Skip to content

Commit

Permalink
Update barrel files
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Oct 9, 2024
1 parent 4880020 commit 8c31021
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/api/decorator.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// This is required for Webpack 4 which does not support named exports.
// eslint-disable-next-line no-undef
module.exports = require('./dist/botframework-webchat-api.decorator');
module.exports = require('./dist/botframework-webchat-api.decorator.js');
2 changes: 1 addition & 1 deletion packages/api/internal.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// This is required for Webpack 4 which does not support named exports.
// eslint-disable-next-line no-undef
module.exports = require('./dist/botframework-webchat-api.internal');
module.exports = require('./dist/botframework-webchat-api.internal.js');
2 changes: 1 addition & 1 deletion packages/base/utils.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// This is required for Webpack 4 which does not support named exports.
// eslint-disable-next-line no-undef
module.exports = require('./dist/botframework-webchat-base.utils');
module.exports = require('./dist/botframework-webchat-base.utils.js');
2 changes: 1 addition & 1 deletion packages/component/decorator.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// This is required for Webpack 4 which does not support named exports.
// eslint-disable-next-line no-undef
module.exports = require('./lib/decorator/index');
module.exports = require('./dist/botframework-webchat-component.decorator.js');
2 changes: 1 addition & 1 deletion packages/component/internal.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// This is required for Webpack 4 which does not support named exports.
// eslint-disable-next-line no-undef
module.exports = require('./lib/internal');
module.exports = require('./dist/botframework-webchat-component.internal.js');

0 comments on commit 8c31021

Please sign in to comment.