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 45e84dd0bf432d6df6dea6b312efa1ece85dad6e Author: jcouteau <couteau@codelutin.com> Date: Wed May 13 09:15:01 2020 +0200 Better debugging --- pollen-ui-riot-js/webpack.config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pollen-ui-riot-js/webpack.config.js b/pollen-ui-riot-js/webpack.config.js index 68d5ace0..d4b35f88 100644 --- a/pollen-ui-riot-js/webpack.config.js +++ b/pollen-ui-riot-js/webpack.config.js @@ -10,7 +10,8 @@ module.exports = { output: { filename: "[name].js", - path: __dirname + "/target/dist/" + path: __dirname + "/target/dist/", + sourceMapFilename: "[name].js.map" }, plugins: [ @@ -39,8 +40,6 @@ module.exports = { ]) ], - devtool: "source-map", - module: { rules: [ { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.