Skip to content

modjke/webpack-5-add-context-dependency-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack 5 addContextDependency issue

This is a minimal reproduction of an issue with addContextDependency in Webpack 5.

webpack/webpack#16886

How to reproduce

npm i 
npm start 
# will output '[!!!] Running txt-loader.js at...'
# edit source/index.js and save it
# '[!!!] Running txt-loader.js at...' even though the file was not changed
# edit source/index.js and save it
# now webpack will use the cache and not run the loader

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors