Skip to content

Commit

Permalink
Removed unnecessary change on passed object.
Browse files Browse the repository at this point in the history
  • Loading branch information
NaviMarella committed Oct 4, 2018
1 parent 78e64b6 commit 0140426
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/DllPlugin.js
Expand Up @@ -20,10 +20,6 @@ class DllPlugin {
constructor(options) {
validateOptions(schema, options, "Dll Plugin");
this.options = options;

if (!options.format) {
this.options.format = false;
}
}

apply(compiler) {
Expand Down

0 comments on commit 0140426

Please sign in to comment.