cleanup unused variables

This commit is contained in:
Tim Sebastian 2017-02-19 15:59:59 +11:00
parent 3dc08aec2a
commit 24ecaf56be
1 changed files with 0 additions and 2 deletions

View File

@ -140,8 +140,6 @@ The available options are:
apply(compiler) {
const filenameTemplate = this.filenameTemplate;
const minChunks = this.minChunks;
const selectedChunks = this.selectedChunks;
const asyncOption = this.async;
const minSize = this.minSize;
const ident = this.ident;