UNPKG

mathjs

Version:

Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with dif

28 lines (17 loc) 451 B
# 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