corrige le bug lors du déploiement en production

pull/294/head
Johan Girod 2018-07-05 12:14:00 +02:00 committed by Mael
parent d45670b1d7
commit 2e6266117d
1 changed files with 2 additions and 2 deletions

View File

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