@wirelessmatch/webpack-config

0.1.4 • Public • Published

Wireless Match ²

Standard Webpack deployment for React


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"
})

Arguments


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

@gabeklein



Readme

Keywords

none

Package Sidebar

Install

npm i @wirelessmatch/webpack-config

Weekly Downloads

0

Version

0.1.4

License

none

Unpacked Size

5.53 kB

Total Files

3

Last publish

Collaborators

  • gabeklein