🐛 Retablissement de la compilation du script d'iframe
parent
f81e96d62a
commit
b5d224aada
|
@ -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/'),
|
||||
|
|
Loading…
Reference in New Issue