diff options
author | Vitaly Takmazov | 2019-02-02 21:06:59 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-02-02 21:06:59 +0300 |
commit | 7df88497f994eb4e470b39f146bfc1a35d1228e3 (patch) | |
tree | 7a1a33467891505c7679fcf1548f24ad60b75658 /webpack.config.js | |
parent | 1daf710019a9fe4258ea1f03ed9e6188d19c3364 (diff) |
add es6.weak-map module required for android 4 browser
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
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', |