output filename not configured
output filename not configured module.exports = {
entry :{
animation : './src/animation.js'
},
output:{
path : __dirname + './build',
filename : '[name].js',
library : 'animation',
libraryTarget : 'umd'
}
};