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 a6424444ea6853786adb27b11eb40fa20df514a1 Author: jcouteau <couteau@codelutin.com> Date: Wed Dec 4 14:40:25 2019 +0100 NPM et sa gestion de dépendances... --- pollen-ui-riot-js/package.json | 1 + pollen-ui-riot-js/webpack.config.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/package.json b/pollen-ui-riot-js/package.json index 70c5f8e4..b78bbc6e 100644 --- a/pollen-ui-riot-js/package.json +++ b/pollen-ui-riot-js/package.json @@ -29,6 +29,7 @@ }, "devDependencies": { "@babel/core": "^7.6.4", + "@babel/polyfill": "^7.6.4", "@babel/plugin-proposal-object-rest-spread": "^7.6.2", "@babel/preset-env": "^7.6.3", "babel-loader": "^8.0.6", diff --git a/pollen-ui-riot-js/webpack.config.js b/pollen-ui-riot-js/webpack.config.js index 20f5e6ec..68d5ace0 100644 --- a/pollen-ui-riot-js/webpack.config.js +++ b/pollen-ui-riot-js/webpack.config.js @@ -66,7 +66,7 @@ module.exports = { "@babel/preset-env", { useBuiltIns: 'usage', - corejs: {"version": 3, "proposals": true}, + corejs: {"version": 2, "proposals": true}, targets: { ie: 11 } -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.