依赖可视化 使用 //webpack.config.js const depPlugin = require('./plugin/dep-plugin/index.js'); plugins: [ new depPlugin('./src/main.js') ] 访问 localhost:8081