Skip to content

yyx990803/thread-loader-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issue: LoaderContext.mode is missing when running in thread-loader

Not Working

  • npm run build
  • Check dist/main.js
    • console.log('mode is: undefined')

Working

  • Comment out thread-loader in config
  • npm run build
  • Check dist/main.js
    • console.log('mode is: MODE')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published