From 7df88497f994eb4e470b39f146bfc1a35d1228e3 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 2 Feb 2019 21:06:59 +0300 Subject: add es6.weak-map module required for android 4 browser --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index 9056e0a0..1075a46d 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -19,6 +19,7 @@ module.exports = (env, argv) => { 'core-js/modules/es6.promise', 'core-js/modules/es6.regexp.split', 'core-js/modules/es6.symbol', + 'core-js/modules/es6.weak-map', 'core-js/modules/web.dom.iterable', 'url-polyfill', 'whatwg-fetch', -- cgit v1.2.3