diff --git a/webpack.config.js b/webpack.config.js index d56598e3d..5ac6dba5b 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -172,7 +172,12 @@ module.exports = [ // JitsiMeetExternalAPI). Object.assign({}, config, { entry: { - 'external_api': './modules/API/external/index.js' + 'external_api': [ + + // XXX Required by at least IE11 at the time of this writing. + 'babel-polyfill', + './modules/API/external/index.js' + ] }, output: Object.assign({}, config.output, { library: 'JitsiMeetExternalAPI',