Update webpack.config.js

This commit is contained in:
Francisco Hodge
2022-09-24 06:49:01 +00:00
committed by GitHub
parent 3f36249fba
commit 652e24c644

View File

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