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 9fef7bd9bb6fffd17dd9b752e154594720804aa7 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Jun 7 16:38:23 2017 +0200 fix webpack config --- pollen-ui-riot-js/webpack.config.js | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/pollen-ui-riot-js/webpack.config.js b/pollen-ui-riot-js/webpack.config.js index b54f7d6b..c28814a9 100644 --- a/pollen-ui-riot-js/webpack.config.js +++ b/pollen-ui-riot-js/webpack.config.js @@ -48,16 +48,13 @@ module.exports = { ], module: { - preLoaders: [ + rules: [ { + enforce: "pre", test: /\.tag.html$/, exclude: /node_modules/, - loader: "riotjs-loader", - query: {type: "none"} - } - ], - - loaders: [ + loader: "riotjs-loader" + }, { test: /\.js$|\.tag.html$/, exclude: /node_modules/, -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.