Project files
This commit is contained in:
27
receipeServer/frontend_old/node_modules/@webpack-cli/configtest/README.md
generated
vendored
Normal file
27
receipeServer/frontend_old/node_modules/@webpack-cli/configtest/README.md
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
# webpack-cli configtest
|
||||
|
||||
[![NPM Downloads][downloads]][downloads-url]
|
||||
|
||||
## Description
|
||||
|
||||
This package validates a webpack configuration.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
#npm
|
||||
npm i -D @webpack-cli/configtest
|
||||
|
||||
#yarn
|
||||
yarn add -D @webpack-cli/configtest
|
||||
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
npx webpack configtest [config-path]
|
||||
```
|
||||
|
||||
[downloads]: https://img.shields.io/npm/dm/@webpack-cli/configtest.svg
|
||||
[downloads-url]: https://www.npmjs.com/package/@webpack-cli/configtest
|
||||
23
receipeServer/frontend_old/node_modules/@webpack-cli/configtest/package.json
generated
vendored
Normal file
23
receipeServer/frontend_old/node_modules/@webpack-cli/configtest/package.json
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "@webpack-cli/configtest",
|
||||
"version": "1.1.1",
|
||||
"description": "Validate a webpack configuration.",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/webpack/webpack-cli.git"
|
||||
},
|
||||
"homepage": "https://github.com/webpack/webpack-cli/tree/master/packages/configtest",
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"webpack": "4.x.x || 5.x.x",
|
||||
"webpack-cli": "4.x.x"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user