Webpack use strict with BannerPlugin bug Steps to reproduce: run pnpm install run pnpm build 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.