webpack-pkg-plugin-v4
v2.0.4
Published
Makes executables from your scripts with Webpack
Downloads
85
Maintainers
Readme
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 [email protected]