0.1.1 • Published 6 months ago

build-plugin-restart v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

build-plugin-restart

基于 ice@2 build-scripts 的 本地开发时监听文件/目录变化重启 npm start 插件。

Feature

Install

npm i build-plugin-restart -D

Usage

build.json 插件配置

{
  "plugins": [
    [
      "build-plugin-restart",
      {
        // 监听的文件目录改变触发npm start重启,数组参数详见glob pattern:https://www.npmjs.com/package/glob
        "watchPatterns": []
      }
    ]
  ]
}
0.1.1

6 months ago

0.1.0

6 months ago