mirror of https://github.com/webpack/webpack.git
fixes #2754
This commit is contained in:
parent
e38e2d558e
commit
38e058f438
|
|
@ -318,6 +318,7 @@ module.exports = function(optimist, argv, convertOptions) {
|
|||
ifArg("output-filename", function(value) {
|
||||
ensureObject(options, "output");
|
||||
options.output.filename = value;
|
||||
noOutputFilenameDefined = false;
|
||||
});
|
||||
|
||||
ifArg("output-chunk-filename", function(value) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue