npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

fizz-scripts

v2.0.1

Published

development and build services of FIZZ project

Downloads

7

Readme

快速开发 FIZZ 微服务工程底层配套工具。基于用友 ucf-scripts 修改。

V2.0.1

发布日期:2020-08-04

更新内容:

  1. 将默认扫描入口路径改为 fizz-apps/modules 以及 fizz-framework/modules
  2. 将 CHANGELOG 合并到 README 中

V2.0.0

发布日期:2020-07-28

更新内容:

  1. 优化打包配置,现在构建代码时会将公共依赖提取为 chunk-vendors 以及 chunk-common,大大减小了打包后的代码体积
  2. 添加 runtimeChunk 配置,用于优化持久化缓存
  3. 添加 webpack.ContextReplacementPlugin 精简 moment.js 语言包
  4. 调整打包路径配置以适应新版项目结构
  5. 移除内部配置的 alias 项,改为在项目内部自行配置
  6. 移除 webpack.BannerPlugin

V1.4.0

发布日期:2020-07-06

更新内容:

  1. 添加 thread-loadercache-loader 以提升构建速度
  2. build 时若未在 fizz.config.js 中配置 splitChunks,则此项使用 webpack 默认配置

V1.3.1

发布日期:2020-07-03

更新内容:添加部署时的容错处理

V1.3.0

发布日期:2020-06-30

更新内容:新增 deploy 部署命令

V1.2.1

发布日期:2020-06-28

更新内容

  1. 修复代码中存在懒加载的路由时,打包后的文件加载路径错误的问题
  2. 调整了打包后的文件输出目录及命名

V1.2.0

发布日期:2020-06-24

更新内容:为 less-loader 添加了 javascriptEnabled 配置

V1.1.0

发布日期:2019-10-11

更新内容

  1. 移除 @babel/preset-react
  2. 添加 @vue/babel-preset-jsx@vue/babel-helper-vue-jsx-merge-props,以支持在 .vue 文件中使用 jsx 语法
  3. @babel/polyfill 从打包入口中移除,由页面自行使用静态资源的方式引入
  4. fizz-framework 目录添加为打包入口

V1.0.1

发布日期:2019-09-29

更新内容:将 @babel/polyfill 作为内置依赖。

V1.0.0

发布日期:2019-09-29

更新内容:首次发布,在 ucf-scripts 的基础上添加了对 vue 的支持。