p-webpack
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Promise Webpack Travis CI Build Status

Promise support for Webpack.

NPM Badge

Install

npm install p-webpack webpack

Usage

const webpack = require("p-webpack");
 
await webpack({
    entry: "entry.js",
    output: {
        filename: "entry.bundle.js"
    }
})

API

webpack(options?)

options

Type: object

See https://webpack.js.org/configuration/#options

Package Sidebar

Install

npm i p-webpack

Weekly Downloads

4

Version

1.0.1

License

MIT

Unpacked Size

3.56 kB

Total Files

6

Last publish

Collaborators

  • richienb