07/16: Better debugging
This is an automated email from the git hooks/post-receive script. New commit to branch feature/refonte-ui in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 4934720f9747a48f03ec1eb0cac6a2c75eaccf2e 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>.
participants (1)
-
chorem.org scm