@wirelessmatch/webpack-config
v0.1.4
Published
Standard webpack.config for WirelessMatch React deploy.
Readme
About
This exports the standard webpack configuration for WirelessMatch React deployments.
Installation
npm install @wirelessmatch/webpackUsage
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"
