JARVIS 基于 Webpack 仪表板的智能浏览器 项目简介
JARVIS,全称为 Just A Rather Very Intelligent System ,是一个非常智能的基于 Webpack 仪表板的浏览器。它会将你在 Webpack 构建开发和生产过程中的所有相关信息都放到浏览器中。JARVIS 非常漂亮,可显示导入的 ES Harmony 模块的数量,以及资产在 12 种不同的连接类型中的表现。安装使用$ npm i -D webpack-jarvis在你的 webpack 配置文件中:const Jarvis = require('webpack-jarvis');
/* the rest of your webpack configs */
plugins: [
new Jarvis({
port: 1337 // optional: set a port
})
]在你的浏览器打开:localhost:1337设置完毕。
/* the rest of your webpack configs */
plugins: [
new Jarvis({
port: 1337 // optional: set a port
})
]在你的浏览器打开:localhost:1337设置完毕。