right module name

This commit is contained in:
cupcakearmy 2019-02-09 19:12:47 +01:00
parent 65121a75f5
commit a225ea3cc0

View File

@ -27,7 +27,7 @@ module.exports = {
},
plugins: [
new DtsBundleWebpack({
name: 'index',
name: 'canihazusername',
main: `./lib/index.d.ts`
})
],