Skip to content

maxkoretskyi/this-will-make-you-more-efficient-at-debugging-Wepback-unspecified-build-errors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debugging Webpack unspecified errors

The repository for the This will make you more efficient at debugging Wepback unspecified build errors article

Building the app

npm i
npm run build

Generating the error

Change the path supplied for the HelloWorldCheckerPlugin in the webpack.config.js to generate an error:

plugins: [
    new HelloWorldCheckerPlugin({path: 'toinspect.txt'})
]

Debugging the webpack

npm run debug

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published