Redundant library specification

This commit is contained in:
Dolan Miu
2017-12-29 01:48:46 +00:00
parent 89c658746d
commit 362a997187

View File

@ -6,7 +6,6 @@ module.exports = {
output: {
path: path.resolve('build'),
filename: 'index.js',
library: 'docx',
libraryTarget: 'umd'
},