Skip to content

Commit 525f885

Browse files
committed
adjust webpack setting.
1 parent 3cee4a4 commit 525f885

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

webpack.config.js

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

3-
const comment = `@yama-dev/${pkg.name}
4-
Version ${pkg.version}
5-
Repository ${pkg.repository.url}
6-
Copyright ${pkg.author}
7-
Licensed ${pkg.license}`;
3+
const comment = `@yama-dev/${pkg.name} Version ${pkg.version} Repository ${pkg.repository.url} Copyright ${pkg.author} Licensed ${pkg.license}`;
84

95
const env = process.env.NODE_ENV;
106

0 commit comments

Comments
 (0)