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, ]