From e1dda3a0164dc3d7885a633b5788d072614a0a5c Mon Sep 17 00:00:00 2001 From: cha0s Date: Mon, 22 Apr 2019 14:07:26 -0500 Subject: [PATCH] chore: formatting --- webpack.common.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webpack.common.config.js b/webpack.common.config.js index ec06637..843099f 100644 --- a/webpack.common.config.js +++ b/webpack.common.config.js @@ -56,8 +56,7 @@ const config = { path: path.resolve(__dirname, 'dist'), filename: '[name].js', }, - plugins: [ - ], + plugins: [], resolve: { modules: [path.resolve(__dirname, 'node_modules')], },