vue-cli plugin to add bundlesize, keep your bundle size in check 📦
Install via Vue CLI:
vue add @socheatsok78/vue-cli-plugin-bundlesizeor install via Package Manager:
npm install --save-dev @socheatsok78/vue-cli-plugin-bundlesize
# or
yarn add -D @socheatsok78/vue-cli-plugin-bundlesize
# then run
vue invoke @socheatsok78/vue-cli-plugin-bundlesizenpm run test:bundlesize
# or
yarn test:bundlesizePlease see https://github.com/siddharthkp/bundlesize#readme for usage and configuration guide.
Licensed under the MIT License.