plugin fix

This commit is contained in:
guybedford 2015-05-18 23:20:46 +02:00
parent a82749fa04
commit c6522d206f

View File

@ -96,6 +96,7 @@
// backwards compat for strange plugin * paths
if (loader.paths['*'] == '*.js')
return address.replace(/\.js$/, '');
return address;
});
});
}