levp / wrapper-webpack-plugin

A webpack plugin that wraps output files (chunks) with custom text or code.
91 stars 37 forks source link

Update README.md #18

Closed shuizhongyueming closed 2 years ago

shuizhongyueming commented 2 years ago

fix typo

in the plugin code, is using the word afterOptimizations

this.afterOptimizations = args.hasOwnProperty('afterOptimizations') ? !!args.afterOptimizations : false;
shuizhongyueming commented 2 years ago

it is same with #8 and #9

so, I will close myself's