DEV Community

Discussion on: Getting speed back, my Webpack debugging journey

Collapse
 
jhotterbeekx profile image
John Hotterbeekx

In the section Module / Loaders, you can either specify an include or exlude option to define which files it should process. What this should be depends on your folder structure, but usually setting it to only the 'src' folder is what I would recommend.

Collapse
 
alexbryant profile image
alexbryant

Great, thank you!