aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
Diffstat (limited to 'vnext')
-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',