jamesandersen / string-replace-webpack-plugin

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

Strategy to replace a file that is not yet created #14

Open ala85 opened 8 years ago

ala85 commented 8 years ago

Hi, is there any documentation / best practises about how to handle string replacement of files that are being created by other configurations?

In my scenario I want to replace a string into a file that is not yet created. My configuration follows the multi-configuration setup https://github.com/webpack/webpack/tree/master/examples/multi-compiler