我正在尝试找到未使用的依赖项。所以我使用的是depcheck-es6包 但是这个包有一个问题 https://ubuntu.cozycloud.cc/debian/dists/trusty/main/binary-i386/Packages 即使是这个包的拥有者也需要帮助 你能告诉我们如何解决它
它无法识别webpack配置文件中的加载器。如何识别加载器文件中的依赖项。此功能depcheck-es6包不支持。如何支持
module: {
loaders: [{
test: /\.js$/,
loaders: ['babel'],
exclude: /node_modules/,
include: __dirname
}, {
test: /\.css?$/,
loaders: ['style', 'raw'],
include: __dirname
}]
}
}