diff options
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r-- | vnext/webpack.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js index 148544b1..0298dfee 100644 --- a/vnext/webpack.config.js +++ b/vnext/webpack.config.js @@ -20,6 +20,7 @@ module.exports = (env, argv) => { 'core-js/modules/es.object.define-property', 'core-js/modules/es.object.set-prototype-of', 'core-js/modules/es.promise', + 'core-js/modules/es.set', 'core-js/modules/es.symbol', 'core-js/modules/web.dom-collections.iterator', 'url-polyfill', |