aboutsummaryrefslogtreecommitdiff
path: root/vnext/webpack.config.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-04-03 01:47:08 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commitc67983ac0c48f38ccdec7fee75655d0c4754c63f (patch)
tree6b14dc43d3ce5cecebcbecc8761e93e7393af52f /vnext/webpack.config.js
parent918dc486c2e219301585546eae982ec06cca2166 (diff)
core-js/modules/es.set
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r--vnext/webpack.config.js1
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',