0.1.0 • Published 8 years ago

@skivvy/skivvy-package-webpack v0.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

Skivvy package: webpack

npm version Stability Build Status

Compile JavaScript using webpack

Installation

skivvy install webpack

Overview

This package allows you to compile JavaScript using webpack from within the Skivvy task runner.

Included tasks

webpack

Compile JavaScript using webpack

Usage:

skivvy run webpack

Configuration settings:

The webpack task accepts all the standard webpack configuration settings, plus the following additional settings:

NameTypeRequiredDefaultDescription
watchbooleanNofalseWatch files for changes
configstringNonullPath to external webpack.config.js

N.B. Any additional task settings will override the corresponding values in the webpack.config.js file.

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago