From e0d640349927fcb3c07cfaadf211a0dd84933259 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sun, 22 Aug 2021 10:57:45 +0800 Subject: [PATCH] apply Prettier fixes --- webpack.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.ts b/webpack.config.ts index a5a2484f..3a6a410b 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -61,7 +61,7 @@ export default function (env?: Env): webpack.Configuration[] { }, { test: /\.(png|webp|svg|woff2?|eot|ttf)$/, - type: 'asset' + type: 'asset', }, ], },