Files
docker-php-fpm/php_tools/webpack-cli/README.md
2022-12-08 20:52:37 +01:00

9 lines
748 B
Markdown

# webpack CLI
webpack CLI provides a flexible set of commands for developers to increase speed when setting up a custom webpack project. As of webpack v4, webpack is not expecting a configuration file, but often developers want to create a more custom webpack configuration based on their use-cases and needs. webpack CLI addresses these needs by providing a set of tools to improve the setup of custom webpack configuration.
| Platform | Url |
|----------|------------------------------------------------------------------|
| NPM | https://www.npmjs.com/package/webpack-cli |
| GitHub | https://github.com/webpack/webpack-cli |