0.1.4 • Published 1 year ago

client-deploy-preview-plugin v0.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

动态化iOS、Android部署预览插件

安装插件

$ npm install client-deploy-preview-plugin --save-dev

配置

  • index (string) 需要部署的模块
  • params (object) 预览首页启动参数

示例

var ClientDeployPreviewPlugin = require('client-deploy-preview-plugin');
module.exports = {
  module: {
    rules: [
      { test: /\.css$/, use: 'css-loader' },
    ]
  },
  plugins: [
    new ClientDeployPreviewPlugin({
        index: 'page-test', // 需要部署的模块
        params: {a: 1} // 预览首页启动参数
    })
  ]
};
0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.3-rc.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

1.0.0

1 year ago