From bf89ac4cd2cfb8c331bff426ffc54b5376381a28 Mon Sep 17 00:00:00 2001 From: azt3k Date: Tue, 20 Nov 2018 20:48:12 +1300 Subject: [PATCH] fixed single output only bug --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 7d87a9d..5f092d6 100644 --- a/index.js +++ b/index.js @@ -116,7 +116,6 @@ module.exports = function (options, wp, done) { config.entry = config.entry || entry; config.output.path = config.output.path || process.cwd(); - config.output.filename = config.output.filename || '[hash].js'; config.watch = options.watch; entry = [];