2.0.4 • Published 6 years ago

webpack-pkg-plugin-v4 v2.0.4

Weekly downloads
68
License
MIT
Repository
github
Last release
6 years ago

Webpack-Pkg-Plugin-v4

Updated to be compatible with webpack v4

Pkg your scripts into executable

Install

  npm i --save-dev webpack-pkg-plugin-v4

Usage

  const WebpackPkgPlugin = require('webpack-pkg-plugin-v4').WebpackPkgPlugin
  // or with the new syntax (if your Node supports it):
  // const {WebpackPkgPlugin} = require('webpack-pkg-plugin-v4')
  // And if you use modules:
  // import {WebpackPkgPlugin} from 'webpack-pkg-plugin-v4'
  /*
  ...
   */
  // More about pkg configuration: https://github.com/zeit/pkg#config
  new WebpackPkgPlugin({
    // Default params:
    targets: ['host'], // array of targets (--targets option)
    output: '/pkg', // Path for dir with executables inside your output folder (--out-path)
  })

Development

Any contribution, issue or pull request are highly appreciated.

License

MIT

Author

Vladimir Metnew vladimirmetnew@gmail.com