From 652e24c6447dfc33c38a9d7974ae04c7d3452454 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Sat, 24 Sep 2022 06:49:01 +0000 Subject: [PATCH] Update webpack.config.js --- webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 0a48b7c4..21db74aa 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -10,7 +10,7 @@ const { name, license, repository, - author, + author } = getPackageJson('version', 'name', 'license', 'repository', 'author'); const banner = ` @@ -95,4 +95,4 @@ module.exports = { resolve: { extensions: ['.ts', '.js', '.json'] } -}; \ No newline at end of file +};