Skip to content

Commit 4aa86ae

Browse files
authored
Merge pull request cuixiaorui#51 from bigfatDone/master
添加dev模式下监听源文件是否有改动,如果有改动,重新打包。
2 parents c2a2ab6 + 1bc4f1c commit 4aa86ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "lib/mini-vue.cjs.js",
66
"module": "lib/mini-vue.esm.js",
77
"scripts": {
8+
"dev": "rollup -c -w",
89
"build": "rollup -c",
910
"build:type": "tsc -p ./tsconfig.type.json",
1011
"test": "jest --no-cache"

0 commit comments

Comments
 (0)