Skip to content

Commit

Permalink
添加dev模式下监听源文件是否有改动,如果有改动,重新打包。
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfatDone committed Feb 22, 2022
1 parent eee97a1 commit 17e12d8
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 17e12d8

Please sign in to comment.