aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-02-02 21:06:59 +0300
committerGravatar Vitaly Takmazov2019-02-02 21:06:59 +0300
commit7df88497f994eb4e470b39f146bfc1a35d1228e3 (patch)
tree7a1a33467891505c7679fcf1548f24ad60b75658 /webpack.config.js
parent1daf710019a9fe4258ea1f03ed9e6188d19c3364 (diff)
add es6.weak-map module required for android 4 browser
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js1
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',