Skip to content

fleps/webpack-from-scratch

 
 

Repository files navigation

React + Webpack + Babel

Simple project used to learn how to setup Webpack + Babel to a React project from scratch.

TIPS

  • When using NPM and NPM RUN, the build task should be "build": "npx webpack --mode production", otherwise you will have the error 'wepback' is not recognized as an internal or external command operable program or batch file.
  • DO NOT try to fix this installing webpack globally, Webpack team strongly recommend to never install it globally (and it will probably not fix it)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.5%
  • CSS 24.1%
  • HTML 17.4%