This is an automated email from the git hooks/post-receive script. New commit to branch feature/pollen-riot-js in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit e34256d8c8d4aad2f7c4099a83d6dc817551204a Author: Tony CHEMIT <dev@tchemit.fr> Date: Wed Jan 18 13:07:56 2017 +0100 fix node build --- pollen-ui-riot-js/webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pollen-ui-riot-js/webpack.config.js b/pollen-ui-riot-js/webpack.config.js index e5e78cc..f13dfa1 100644 --- a/pollen-ui-riot-js/webpack.config.js +++ b/pollen-ui-riot-js/webpack.config.js @@ -1,8 +1,8 @@ /* eslint strict: 0 */ "use strict"; -let webpack = require("webpack"); -let CopyWebpackPlugin = require("copy-webpack-plugin"); +var webpack = require("webpack"); +var CopyWebpackPlugin = require("copy-webpack-plugin"); module.exports = { entry: { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.