文件名称:webpackbar:用于Webpack 3、4和5的优雅ProgressBar和Profiler
文件大小:329KB
文件格式:ZIP
更新时间:2024-02-26 20:15:44
javascript profile bundler node webpack
用于Webpack的优雅ProgressBar和Profiler :check_mark: 在建造或观看时显示优雅的进度条 :check_mark: 支持多个并发构建(对SSR有用) :check_mark: 漂亮的打印文件名和加载程序 :check_mark: Windows兼容 :check_mark: 使用记者完全可定制 :check_mark: 先进的构建探查器 多进度条 构建探查器 入门 首先,您需要安装webpackbar : 使用npm: npm install webpackbar -D 使用纱线: yarn add webpackbar -D 然后将报告程序作为插件添加到您的webpack配置中。 webpack.config.js const webpack = requ
【文件预览】:
webpackbar-master
----.gitignore(162B)
----.eslintrc(62B)
----package.json(1KB)
----src()
--------webpackbar.ts(5KB)
--------reporters()
--------types.d.ts(2KB)
--------utils()
--------profiler()
----assets()
--------screen2.png(148KB)
--------screen1.png(46KB)
--------logo.sketch(9KB)
--------logo.svg(1KB)
----jest.config.js(135B)
----LICENSE(1KB)
----CHANGELOG.md(16KB)
----tsconfig.json(305B)
----.github()
--------workflows()
----README.md(4KB)
----demo()
--------webpack.config.js(913B)
--------index.js(82B)
--------test-loader.js(109B)
----.eslintignore(33B)
----renovate.json(37B)
----test()
--------basic.test.ts(624B)
--------fixtures()
----.editorconfig(224B)
----yarn.lock(276KB)