Skip to content

env0/webpack-reproduce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproducing Webpack issue #12339

!new.target.isInitialized is bundled as true

To reproduce:

  1. npm i
  2. npm run webpack

Expected behavior if(!new.target.isInitialized) should be bundled as if(!new.target.isInitialized)

Actual behavior if(!new.target.isInitialized) is bundled as if(true)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published