@skivvy/skivvy-package-webpack

Compile JavaScript using webpack

Usage no npm install needed!

<script type="module">
  import skivvySkivvyPackageWebpack from 'https://cdn.skypack.dev/@skivvy/skivvy-package-webpack';
</script>

README

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:

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.