From 2fe63706a4c202d17302fb8f9bbcb8f176fff7af Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Sat, 24 Sep 2022 06:54:29 +0000 Subject: [PATCH] Update webpack.config.modern.js --- webpack.config.modern.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.config.modern.js b/webpack.config.modern.js index 23436841..341a5fda 100644 --- a/webpack.config.modern.js +++ b/webpack.config.modern.js @@ -11,7 +11,7 @@ const { name, license, repository, - author, + author } = getPackageJson('version', 'name', 'license', 'repository', 'author'); const banner = ` @@ -76,4 +76,4 @@ module.exports = { resolve: { extensions: ['.ts', '.js', '.json'] } -}; \ No newline at end of file +};