1
0
mirror of synced 2025-12-20 22:38:17 +08:00

Del: Features plugin

This commit is contained in:
surunzi
2017-12-09 19:56:09 +08:00
parent 524cae61fc
commit f5703d263f
20 changed files with 524 additions and 7121 deletions

View File

@@ -22,7 +22,6 @@ var coverage = util.reduce(util.keys(remappedJson), function (result, source)
{
return source.match(/src.*\.js$/) &&
source.indexOf('node_modules') < 0 &&
source.indexOf('modernizr') < 0 &&
source.indexOf('util') < 0;
}