Add missing trailing commas in f4d8342

Forgot to lint.
This commit is contained in:
Nathan Knowler
2018-06-09 10:34:55 -06:00
parent 33c81a9c72
commit 04362989b6

View File

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