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
- Host: GitHub
- URL: https://github.com/techiediaries/vue-cli-plugin-bundle-tracker
- Owner: techiediaries
- Created: 2018-06-03T11:28:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T08:49:29.000Z (almost 8 years ago)
- Last Synced: 2025-12-27T09:26:00.426Z (6 months ago)
- Topics: bundle, plugin, tracker, vue, vue-cli, webpack
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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