main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
555 bytes
|
Line | |
---|
1 | # webpack-cli configtest
|
---|
2 |
|
---|
3 | [![NPM Downloads][downloads]][downloads-url]
|
---|
4 |
|
---|
5 | > **Note**
|
---|
6 | >
|
---|
7 | > This package is used by webpack-cli under-the-hood and is not intended for installation
|
---|
8 |
|
---|
9 | ## Description
|
---|
10 |
|
---|
11 | This package validates a webpack configuration.
|
---|
12 |
|
---|
13 | ## Installation
|
---|
14 |
|
---|
15 | ```bash
|
---|
16 | #npm
|
---|
17 | npm i -D @webpack-cli/configtest
|
---|
18 |
|
---|
19 | #yarn
|
---|
20 | yarn add -D @webpack-cli/configtest
|
---|
21 |
|
---|
22 | ```
|
---|
23 |
|
---|
24 | ## Usage
|
---|
25 |
|
---|
26 | ```bash
|
---|
27 | npx webpack configtest [config-path]
|
---|
28 | ```
|
---|
29 |
|
---|
30 | [downloads]: https://img.shields.io/npm/dm/@webpack-cli/configtest.svg
|
---|
31 | [downloads-url]: https://www.npmjs.com/package/@webpack-cli/configtest
|
---|
Note:
See
TracBrowser
for help on using the repository browser.