Skip to content

My own simple, ready-to-go Webpack configuration for React apps

License

Notifications You must be signed in to change notification settings

austinhyde/react-webpack-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-webpack-config

My own simple, ready-to-go Webpack configuration for React apps

Basic Usage

npm package coming soon
Until I put up an official package, just clone this and npm install <path to the clone>

Add to your package.json:

"scripts": {
  "build": "node ./node_modules/react-webpack-config/webpack.js build",
  "start": "node ./node_modules/react-webpack-config/webpack.js serve"
}

By default, this package generates an HTML template for you, and assumes your entrypoint is src/index.js relative to your package.json

About

My own simple, ready-to-go Webpack configuration for React apps

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published