From 362a99718775972533ab3a8605b9aa98bdc4e741 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Fri, 29 Dec 2017 01:48:46 +0000 Subject: [PATCH] Redundant library specification --- webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index b97028e38c..d180384606 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -6,7 +6,6 @@ module.exports = { output: { path: path.resolve('build'), filename: 'index.js', - library: 'docx', libraryTarget: 'umd' },