🐛 Retablissement de la compilation du script d'iframe

pull/200/head
Mael 2018-04-17 16:04:33 +02:00
parent f81e96d62a
commit b5d224aada
1 changed files with 3 additions and 1 deletions

View File

@ -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/'),