this error is being thrown when i use frontend plugin v0.0.29
when i roll back to 0.0.26 i have this one:
Copy code
The CLI moved into a separate package: webpack-cli.
Please install 'webpack-cli' in addition to webpack itself to use the CLI.
-> When using npm: npm install webpack-cli -D
-> When using yarn: yarn add webpack-cli -D