From f8b1b43d48b6c63b012483d43bdeb555a935d2c0 Mon Sep 17 00:00:00 2001 From: Ian Sillitoe <ian@sillit.com> Date: Mon, 19 Nov 2018 09:11:39 +0000 Subject: [PATCH] add babel-polyfill --- webpack.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index fe9b818..d7037e0 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,4 +1,5 @@ module.exports = { + entry: ['babel-polyfill'], module: { rules: [ { @@ -10,4 +11,4 @@ module.exports = { } ] } -}; +}; \ No newline at end of file -- GitLab