0.10.0 • Published 2 years ago

webpack-simple-node-api v0.10.0

Weekly downloads
54
License
-
Repository
github
Last release
2 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

2 years ago

0.9.2

2 years ago

0.9.0

4 years ago

0.9.1

4 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.0

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago