@@ -9,6 +9,7 @@ module.exports = {
entry: './src/index.js',
output: {
library: 'Branding',
+ libraryTarget: 'umd',
path: path.resolve(__dirname, outputDirectory),
filename: 'index.js',
},