@authing/authingmove-webpack-plugin

1.0.1 • Public • Published

@authing/authingmove-webpack-plugin

A webpack plugin for AuthingMove compiler

Usage

// webpack.config.js
const AuthingMoveWebpackPlugin = require('@authing/authingmove-webpack-plugin')

module.exports = {
  plugins: [
    new AuthingMoveWebpackPlugin({
      srcMode: __authing_move_src_mode__, // always should be 'wx'
      mode: __authing_move_mode__ // 'wx', 'ali', 'baidu', 'qq', 'tt', 'jd', 'ks', 'qa_webview', 'qa_ux', 'Mpx', 'Taro', 'uni'
    })
  ]
}

Package Sidebar

Install

npm i @authing/authingmove-webpack-plugin

Weekly Downloads

21

Version

1.0.1

License

MIT

Unpacked Size

10.7 kB

Total Files

8

Last publish

Collaborators

  • authing