From b5d224aada99e7d1685a115f09b80eed0bf7f693 Mon Sep 17 00:00:00 2001 From: Mael Date: Tue, 17 Apr 2018 16:04:33 +0200 Subject: [PATCH] :bug: Retablissement de la compilation du script d'iframe --- source/webpack.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/webpack.config.js b/source/webpack.config.js index 4bd7f31cf..eec6c6527 100644 --- a/source/webpack.config.js +++ b/source/webpack.config.js @@ -14,8 +14,10 @@ module.exports = { '@babel/polyfill', 'react-hot-loader/patch', './source/entry.js' - ] + ], // le nom "simulateur" est là pour des raisons historiques + simulateur: './source/iframe-script.js', + 'colour-chooser': ['@babel/polyfill', './source/entry-colour-chooser.js'] }, output: { path: path.resolve('./dist/'),