0.1.4 • Published 5 years ago

@wirelessmatch/webpack-config v0.1.4

Weekly downloads
1
License
-
Repository
github
Last release
5 years ago

About

This exports the standard webpack configuration for WirelessMatch React deployments.

Installation

npm install @wirelessmatch/webpack

Usage

webpack.config.js

const config = require("@wirelessmatch/webpack");

module.exports = config({ title: "Wireless Match" })

<br/>

## Arguments

<br/>

- `title` - Title of HTML webpage by default.
- `dir` - Working directory (optional)
- `mode` - Webpack mode - `"development" | "production"`

<br/>

<h4 align="center"><a href="https://github.com/gabeklein">@gabeklein</a></h4>

<br/><br/>