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

https://github.com/techiediaries/vue-cli-plugin-bundle-tracker

Vue CLI 3 Plugin for tracking Webpack bundles
https://github.com/techiediaries/vue-cli-plugin-bundle-tracker

bundle plugin tracker vue vue-cli webpack

Last synced: about 2 months ago
JSON representation

Vue CLI 3 Plugin for tracking Webpack bundles

Awesome Lists containing this project

README

          

# Vue CLI 3 Plugin for Tracking Webpack Bundles

This plugin use `weback-bundle-tracker` to generate meta information
about Webpack bundles for your Vue project generated using Vue CLI 3.

By default, this file generates a `webpack-stats.json` file that contains meta information about the bundles generated by Webpack in the root folder.

## Usage:

You can use this plugin by running the following command:

```bash
vue-cli-service track
```

You can pass various options such as:

`--path`: for specifying the path of the stats file. By default it's `./webpack-stats.json`

`--publicPath`: for configuring publicPath