From 2e6266117d7696a13bd3af67a98086d896763096 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 5 Jul 2018 12:14:00 +0200 Subject: [PATCH] =?UTF-8?q?corrige=20le=20bug=20lors=20du=20d=C3=A9ploieme?= =?UTF-8?q?nt=20en=20production?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/webpack.prod.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/webpack.prod.js b/source/webpack.prod.js index 2d9523dab..774d695d7 100644 --- a/source/webpack.prod.js +++ b/source/webpack.prod.js @@ -13,8 +13,8 @@ module.exports = { }, plugins: [ new HTMLPlugin({ - template: 'entry-colour-chooser.html', - chunks: ['colour-chooser'] + template: 'example-integration.html', + chunks: ['simulateur'] }), ...common.plugins, ]