node-modules / autod

Auto generate dependencies and devDependencies by parse the project file.
206 stars 18 forks source link

webpack支持好像不太友好 #25

Open diamont1001 opened 8 years ago

diamont1001 commented 8 years ago

好像对 webpack 的支持不太友好。

比如:

alias: {
    'libs': 'xxx'
}

最后会把 libs 也当成一个包。

另外,webpack loader 都不能解释出来。

dead-horse commented 8 years ago

可以写一个支持 webpack 的 插件,类似 https://github.com/eggjs/autod-egg/blob/master/index.js ,读取 webpack 配置来过滤。

diamont1001 commented 8 years ago

嗯嗯,目前暂时手动在 devdep 字段里加了,毕竟不多哈哈