1.0.7 • Published 3 years ago

autox-deploy-webpack-plugin v1.0.7

Weekly downloads
487
License
ISC
Repository
github
Last release
3 years ago

AutoxDeployWebpackPlugin

和Vscode插件Auto.js-VSCodeExt-Fixed结合发布指令到手机上

具体用法可参考 webpack-autojs

准备

  • 在vsCode中安装Auto.js-VSCodeExt-Fixed插件
  • npm install autox-deploy-webpack-plugin --save

参数

namevaluedesc
typererunwatch模式的时候,是否自动deploy(部署)、rerun(重新运行)、none(不操作)

使用

const WatchDeployPlugin = require('autox-deploy-webpack-plugin')
//webpack.config.js文件中引用
plugin:[
    new WatchDeployPlugin({
        type: type
      })
]
1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago