@skivvy/skivvy-package-webpack
v0.1.0
Published
Compile JavaScript using webpack
Downloads
3
Readme
Skivvy package: webpack
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:
| Name | Type | Required | Default | Description |
| ---- | ---- | -------- | ------- | ----------- |
| watch
| boolean
| No | false
| Watch files for changes |
| config
| string
| No | null
| Path to external webpack.config.js
|
N.B. Any additional task settings will override the corresponding values in the
webpack.config.js
file.