time-analytics-webpack-plugin

analytize the time of loaders and plugins


Keywords
webpack, profiling, time, speed, plugin, profile, time-measurement
License
BSD-3-Clause
Install
npm install time-analytics-webpack-plugin@0.1.20

Documentation

Root

This is a monorepo.

The real README you usually want to read is the time-analytics-webpack-plugin package.

File structure

"./packages/time-analytics-webpack-plugin": The real plugin package

"./packages/test": The test repos

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.