Skip to content

Commit 0ce1ab2

Browse files
committed
Update npm scripts for seinjs
1 parent d173151 commit 0ce1ab2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"doc": "jsdoc -c doc.conf.json",
1515
"eslint-fix": "eslint --fix ./src",
1616
"seinjs-dev": "webpack --watch --env.development --seinjs",
17-
"seinjs-build": "webpack --seinjs"
17+
"seinjs-build": "webpack --env.development --seinjs"
1818
},
1919
"repository": {
2020
"type": "git",

types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @File : index.d.tsx
3-
* @Author : 瞬光 (shunguang.dty@antfin.com)
3+
* @Author : dtysky (dtysky@outlook.com)
44
* @Date : 2018-7-23 15:21:36
55
* @Description:
66
*/

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const WrapperPlugin = require('wrapper-webpack-plugin');
33
const pkg = require('./package.json');
44

55
const header = `
6-
/**
6+
/*!
77
* Hilo3d ${pkg.version}
88
* Copyright (c) 2017-present Alibaba Group Holding Ltd.
99
* @license MIT

0 commit comments

Comments
 (0)