An open API service indexing awesome lists of open source software.

https://github.com/shuirutian/time-analytics-webpack-plugin

Analytics the time cost of loaders and plugins in webpack, to optimise accordingly.
https://github.com/shuirutian/time-analytics-webpack-plugin

plugin profile speed time-measurement webpack

Last synced: about 1 year ago
JSON representation

Analytics the time cost of loaders and plugins in webpack, to optimise accordingly.

Awesome Lists containing this project

README

          

# Root
This is a monorepo.

The ***real README*** you usually want to read is [the README of time-analytics-webpack-plugin package](./packages/time-analytics-webpack-plugin/).

## Q&A

1. why monorepo? Why test is in a packge?

This repo is pretty easy, then why it is a monorepo?

The main purpose is to test the source code just like the real environment.

The plugin is kind of special, because it hacks many things. So it is subtle to only test logic, and it would be more confident to use it if it's tested in a real environment.

And there are some other benefits, .e.g, the type will not pollute other repos.