File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -145,17 +145,17 @@ function getProdConfig(isMinify) {
145
145
warnings : false
146
146
} ,
147
147
output : {
148
- comments : false
148
+ comments : true
149
149
}
150
150
} ,
151
151
extractComments : {
152
152
banner : ( ) => {
153
153
return `
154
154
*
155
- * @supermap/react-iclient.(http://iclient.supermap.io )
155
+ * ${ pkg . name } .( ${ pkg . homepage } )
156
156
* Copyright© 2000 - 2020 SuperMap Software Co.Ltd
157
- * license: Apache-2.0
158
- * version: v10.1.0-alpha
157
+ * license: ${ pkg . license }
158
+ * version: v ${ pkg . version }
159
159
*
160
160
` ;
161
161
} ,
Original file line number Diff line number Diff line change 2
2
"name" : " @supermap/react-iclient" ,
3
3
"version" : " 10.1.0-alpha" ,
4
4
"description" : " SuperMap iClient for React.js" ,
5
- "homepage" : " http ://iclient.supermap.io" ,
5
+ "homepage" : " https ://iclient.supermap.io" ,
6
6
"scripts" : {
7
7
"start" : " node scripts/start.js" ,
8
8
"build" : " node scripts/build.js" ,
You can’t perform that action at this time.
0 commit comments