Skip to content

Commit

Permalink
Merge pull request cuixiaorui#51 from bigfatDone/master
Browse files Browse the repository at this point in the history
添加dev模式下监听源文件是否有改动,如果有改动,重新打包。
  • Loading branch information
cuixiaorui authored Mar 8, 2022
2 parents c2a2ab6 + 1bc4f1c commit 4aa86ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "lib/mini-vue.cjs.js",
"module": "lib/mini-vue.esm.js",
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c",
"build:type": "tsc -p ./tsconfig.type.json",
"test": "jest --no-cache"
Expand Down

0 comments on commit 4aa86ae

Please sign in to comment.