jamesandersen / string-replace-webpack-plugin

Replace string tokens in a bundle.
93 stars 27 forks source link

fixed the api doc #11

Closed p2227 closed 8 years ago

p2227 commented 8 years ago

StringReplacePlugin([nextLoaders: string], options, [prevLoaders: string]) made me misunderstand

plugins: [
      // an instance of the plugin must be present
      new StringReplacePlugin([nextLoaders: string], options, [prevLoaders: string])
   ]
jamesandersen commented 8 years ago

Thanks @p2227 (and sorry for the incredibly late merge!)