File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
"doc" : " jsdoc -c doc.conf.json" ,
15
15
"eslint-fix" : " eslint --fix ./src" ,
16
16
"seinjs-dev" : " webpack --watch --env.development --seinjs" ,
17
- "seinjs-build" : " webpack --seinjs"
17
+ "seinjs-build" : " webpack --env.development -- seinjs"
18
18
},
19
19
"repository" : {
20
20
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @File : index.d.tsx
3
- * @Author : 瞬光 (shunguang.dty@antfin .com)
3
+ * @Author : dtysky (dtysky@outlook .com)
4
4
* @Date : 2018-7-23 15:21:36
5
5
* @Description :
6
6
*/
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ const WrapperPlugin = require('wrapper-webpack-plugin');
3
3
const pkg = require ( './package.json' ) ;
4
4
5
5
const header = `
6
- /**
6
+ /*!
7
7
* Hilo3d ${ pkg . version }
8
8
* Copyright (c) 2017-present Alibaba Group Holding Ltd.
9
9
* @license MIT
You can’t perform that action at this time.
0 commit comments