0.10.0 • Published 3 years ago

webpack-simple-node-api v0.10.0

Weekly downloads
54
License
-
Repository
github
Last release
3 years ago

webpack-simple-node-api

Simpler Node API Wrapper for Webpack

Install

npm i webpack-simple-node-api webpack webpack-dev-server

Usage

const webpack = require('webpack-simple-node-api');

const { build, watch, devServer } = webpack(config);

build()                     // === webpack
watch(opts, handler)        // === webpack --watch
devServer(opts, onCompile)  // === webpack-dev-server --hot
0.10.0

3 years ago

0.9.2

3 years ago

0.9.0

5 years ago

0.9.1

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago