Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 481 Bytes

STEP-6.md

File metadata and controls

10 lines (7 loc) · 481 Bytes

Step 6 - Adding Convenience in Webpack

This section has three commits, they add the following webpack tools and configurations for a better development environment:

  • The webpack dev server (commit 1)
  • The Clean webpack plugin (commit 2)
  • Light intro to Webpack Debugging tools (commit 3)

IMPORTANT

Please note that checking out the code at commit 3 will have errors in it. Errors were intentionally added for commit 3 to play around with various debugging settings.