Skip to content

Commit 437e9ae

Browse files
committed
adjust comment
1 parent 6ceba1b commit 437e9ae

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

webpack.config.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
const pkg = require('./package.json');
22

3-
const comment = `JS MULTI_DATA_MODULE (JavaScript Library)
4-
${pkg.name}
5-
Version ${pkg.version}
6-
Repository ${pkg.repository.url}
7-
Copyright ${pkg.author}
8-
Licensed ${pkg.license}`;
3+
const comment = `@${pkg.author}/${pkg.name} version:${pkg.version} repository:${pkg.repository.url} copyright:${pkg.author} licensed:${pkg.license}`;
94

105
const env = process.env.NODE_ENV;
116

0 commit comments

Comments
 (0)