Export as a library

This commit is contained in:
Dolan Miu
2017-12-29 01:16:45 +00:00
parent f84af9a44b
commit ece2b23407

View File

@ -5,7 +5,8 @@ module.exports = {
output: {
path: path.resolve('build'),
filename: 'index.js'
filename: 'index.js',
library: true
},
resolve: {