start-webpack

0.3.0 • Public • Published

start-webpack

npm linux build windows build coverage deps

Webpack 3 task for Start. You might also need start-webpack-dev-server.

Install

npm install --save-dev start-webpack
# or 
yarn add --dev start-webpack

Usage

import Start from 'start';
import reporter from 'start-pretty-reporter';
import files from 'start-files';
import clean from 'start-clean';
import webpack from 'start-webpack';
 
const start = Start(reporter());
 
export const build = () => start(
  files('build/'),
  clean(),
  webpack(require('conf/webpack.build'))
);

See documentation for details.

Arguments

webpack(config, statsOptions)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.3.0
    0
  • 0.2.0
    0
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i start-webpack

Weekly Downloads

0

Version

0.3.0

License

MIT

Last publish

Collaborators

  • deepsweet