@gabeklein/webpack-react-app
TypeScript icon, indicating that this package has built-in type declarations

2.2.5 • Public • Published

Standard Webpack deployment for React


About

This exports the standard webpack configuration for React deployments.


Installation

npm install @gabeklein/webpack-react-app

Usage

webpack.config.js

const config = require("@gabeklein/webpack-react-app");

module.exports = config({
  title: "My Website"
})

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 @gabeklein/webpack-react-app

Weekly Downloads

20

Version

2.2.5

License

none

Unpacked Size

12 kB

Total Files

6

Last publish

Collaborators

  • gabeklein