Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 411 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 411 Bytes

Prerequisites

You will need to have Node.js and NPM installed to work on this package.

Developer Quick Start

# Before you start
npm install

Webpack Cheat Sheet

# Build once
webpack --mode development

# Build and watch for changes
webpack --mode development --watch

# Build and generate a distribution version
webpack --mode production