Skip to content

Commit 247d542

Browse files
authored
Merge pull request webpack#3517 from timse/remove-duplicate-in-provider-plugin
delete duplicate of line 35
2 parents 27e604e + 82dcf3d commit 247d542

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/ProvidePlugin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ ProvidePlugin.prototype.apply = function(compiler) {
3838
return false;
3939
}
4040
if(scopedName) {
41-
nameIdentifier = "__webpack_provided_" + name.replace(/\./g, "_dot_");
4241
var dep = new ConstDependency(nameIdentifier, expr.range);
4342
dep.loc = expr.loc;
4443
this.state.current.addDependency(dep);

0 commit comments

Comments
 (0)