Add missing trailing commas in 2f51b51

Forgot to lint.
This commit is contained in:
Nathan Knowler
2018-06-09 10:34:55 -06:00
parent 405aedfb13
commit 4a9094b12d

View File

@@ -92,8 +92,8 @@ let webpackConfig = {
{
loader: 'sass', options: {
sourceMap: config.enabled.sourceMaps,
sourceComments: true
}
sourceComments: true,
},
},
],
}),