Skip to content

anothertempore/webpack-banner-use-strict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack use strict with BannerPlugin bug

Steps to reproduce:

  1. run pnpm install
  2. run pnpm build
  3. check dist/async.js file, "use strict"; statement is under const a = 1;, which is incorrect. It should be in the top of the file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published