remove trailing comma

This commit is contained in:
Mike Greiling 2017-02-16 17:08:02 -06:00
parent f6369e7513
commit 8c6083a03c
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ if (IS_PRODUCTION) {
}),
new CompressionPlugin({
asset: '[path].gz[query]',
}),
})
);
}