Update webpack.config.modern.js

This commit is contained in:
Francisco Hodge
2022-09-24 06:54:29 +00:00
committed by GitHub
parent f6e5e40534
commit 2fe63706a4

View File

@@ -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']
}
};
};