2015-12-08 45 views
4

我有一個索引html文件,我需要在生產ENV注入其他腳本。與吞嚥我可以做這樣的插件像吞嚥注射,我怎樣才能做到這一點與webpack?Webpack注入腳本在生產中索引html文件

例如:

<script src="script.js"></script> 
// I want this script only in the production index html file 
<script src="script2.js"></script> 

回答