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 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', |