From 065a1e0a41799bc02e6d6d00902ae700d104675b Mon Sep 17 00:00:00 2001 From: Night Date: Sat, 8 Jan 2022 17:31:20 -0500 Subject: [PATCH] linting --- webpack.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 9df86f2cc5..e53a1cffa1 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -212,9 +212,7 @@ export default async (env, argv) => { maxChunks: 1, }), new CopyPlugin({ - patterns: [ - {from: 'src/assets', to: './assets'}, - ], + patterns: [{from: 'src/assets', to: './assets'}], }), new CleanWebpackPlugin(), new RemovePlugin({