This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add webpack-cli as dev dependency (#3028)
It's needed for webpack now apparently. Without it, the user will get a message like this on first `npm run build`: ```txt $ npm run build > example-browser-webpack@ build /path/to/browser-webpack > webpack One CLI for webpack must be installed. These are recommended choices, delivered as s eparate packages: - webpack-cli (https://github.com/webpack/webpack-cli) The original webpack full-featured CLI. We will use "npm" to install the CLI via "npm install -D". Do you want to install 'webpack-cli' (yes/no): ```
- Loading branch information