branch develop updated (6b25e797 -> 9bb82c36)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 6b25e797 Merge branch 'markdown' into 'develop' new 9bb82c36 Backport polyfills from ramonville branch The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 9bb82c364f80d6128b29a8410a6927d930822a4f Author: jcouteau <couteau@codelutin.com> Date: Wed Dec 4 11:28:49 2019 +0100 Backport polyfills from ramonville branch Summary of changes: pollen-ui-riot-js/package.json | 4 ++-- pollen-ui-riot-js/webpack.config.js | 14 +++++++++++++- 2 files changed, 15 insertions(+), 3 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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