01/01: Backport polyfills from ramonville branch
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 9bb82c364f80d6128b29a8410a6927d930822a4f Author: jcouteau <couteau@codelutin.com> Date: Wed Dec 4 11:28:49 2019 +0100 Backport polyfills from ramonville branch --- pollen-ui-riot-js/package.json | 4 ++-- pollen-ui-riot-js/webpack.config.js | 14 +++++++++++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/pollen-ui-riot-js/package.json b/pollen-ui-riot-js/package.json index 071332e9..70c5f8e4 100644 --- a/pollen-ui-riot-js/package.json +++ b/pollen-ui-riot-js/package.json @@ -48,8 +48,8 @@ "console.history": "^1.5.0", "font-awesome": "4.7.0", "html2canvas": "^0.5.0-beta4", - "moment": "^2.22.2", - "moment-timezone": "^0.5.21", + "moment": "^2.24.0", + "moment-timezone": "^0.5.27", "nprogress": "^0.2.0", "object.values": "^1.0.4", "qrcode-generator": "^1.4.1", diff --git a/pollen-ui-riot-js/webpack.config.js b/pollen-ui-riot-js/webpack.config.js index 32718b8d..20f5e6ec 100644 --- a/pollen-ui-riot-js/webpack.config.js +++ b/pollen-ui-riot-js/webpack.config.js @@ -61,7 +61,19 @@ module.exports = { use: { loader: "babel-loader", options: { - presets: ["@babel/preset-env"] + presets: [ + [ + "@babel/preset-env", + { + useBuiltIns: 'usage', + corejs: {"version": 3, "proposals": true}, + targets: { + ie: 11 + } + } + ] + ] + } } } -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm