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 +};