From 42572e4fcf3f85df2a7e644c1c8afb7b185765a0 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 8 May 2020 12:12:24 -0400 Subject: [PATCH] update formatting --- webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 49a30ac169..5eacdaf892 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -55,7 +55,7 @@ const moduleRules = [ } }, 'css-loader', - 'sass-loader' + 'sass-loader', ], }, // Hide System.import warnings. ref: https://github.com/angular/angular/issues/21560 @@ -99,7 +99,7 @@ const plugins = [ }), new MiniCssExtractPlugin({ filename: '[name].[hash].css', - chunkFilename: '[id].[hash].css' + chunkFilename: '[id].[hash].css', }), new webpack.DefinePlugin({ 'process.env': {