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