From c67983ac0c48f38ccdec7fee75655d0c4754c63f Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 3 Apr 2019 01:47:08 +0300 Subject: core-js/modules/es.set --- vnext/webpack.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'vnext/webpack.config.js') 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', -- cgit v1.2.3