aboutsummaryrefslogtreecommitdiff
path: root/vnext/webpack.config.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-04-03 01:57:12 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commit31b74d88c1bac043564cf26b36377a9c3c555b37 (patch)
tree4596288f4a64dc4e8a2f441ec5675573a164a483 /vnext/webpack.config.js
parentc67983ac0c48f38ccdec7fee75655d0c4754c63f (diff)
core-js/modules/es.map
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 0298dfee..b578d49c 100644
--- a/vnext/webpack.config.js
+++ b/vnext/webpack.config.js
@@ -16,6 +16,7 @@ module.exports = (env, argv) => {
entry: {
'Juick': [
'core-js/modules/es.array.map',
+ 'core-js/modules/es.map',
'core-js/modules/es.object.create',
'core-js/modules/es.object.define-property',
'core-js/modules/es.object.set-prototype-of',