mirror of https://github.com/webpack/webpack.git
				
				
				
			Merge pull request #529 from plaxdan/master
JsonpExportMainTemplatePlugin has no method 'applyPluginsWaterfall'
This commit is contained in:
		
						commit
						10c45eb34e
					
				|  | @ -10,7 +10,7 @@ function JsonpExportMainTemplatePlugin(name) { | |||
| module.exports = JsonpExportMainTemplatePlugin; | ||||
| JsonpExportMainTemplatePlugin.prototype.apply = function(mainTemplate) { | ||||
| 	mainTemplate.plugin("render", function(source, chunk, hash) { | ||||
| 		var name = this.applyPluginsWaterfall("asset-path", this.name || "", { | ||||
| 		var name = mainTemplate.applyPluginsWaterfall("asset-path", this.name || "", { | ||||
| 			hash: hash, | ||||
| 			chunk: chunk | ||||
| 		}); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue