vue-cli-plugin-bundle-tracker
v1.0.0-alpha.0
Published
Vue CLI 3 plugin for tracking Webpack bundles
Downloads
2
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:
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