Fix library export
This commit is contained in:
@ -6,7 +6,8 @@ module.exports = {
|
||||
output: {
|
||||
path: path.resolve('build'),
|
||||
filename: 'index.js',
|
||||
library: true
|
||||
library: 'docx',
|
||||
libraryTarget: 'umd'
|
||||
},
|
||||
|
||||
resolve: {
|
||||
|
Reference in New Issue
Block a user