1. @webpack-cli/info
Outputs info about system and webpack config
@webpack-cli/info
Package: @webpack-cli/info
Created by: webpack
Last modified: Sun, 04 Jun 2023 02:13:55 GMT
Version: 2.0.2
License: MIT
Downloads: 23,570,804
Repository: https://github.com/webpack/webpack-cli

Install

npm install @webpack-cli/info
yarn add @webpack-cli/info

webpack-cli info

NPM Downloads

Note

This package is used by webpack-cli under-the-hood and is not intended for installation

Description

This package returns a set of information related to the local environment.

Installation

 #npm
npm i -D @webpack-cli/info

#yarn
yarn add -D @webpack-cli/info

Usage

 #npx
npx webpack info [options]

#global installation
webpack info [options]

Args / Flags

Output format

Flag Description Type
-o, --output < json or markdown > To get the output in a specified format string
-a, --additional-package <value...> Adds additional packages to the output string

Not supported for config

Options

Flag Description Type
--help Show help boolean
--version Show version number of @webpack-cli/info boolean

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin