yii2-webpack
yii2-webpack copied to clipboard
webpack (2.*/3.*) Invalid configuration object
Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
- configuration.entry should be one of these:
object {
: non-empty string | [non-empty string] } | non-empty string | [non-empty string] | function The entry point(s) of the compilation.
Hi, please comment if need more info
Hello,
Please check the readme and have a look to webpack-yii2.json file. This where you have to define the entry points of your scripts
Hi. i am using Yii2.0 and wanted to integrate webpack , i am new to Yii 2.0 can you share with me the detail steps for webpack integration in Yii 2.0 Thanks
@rajesh0231 please have a look at the readme, it should do the trick.
Please, fix your configs generator (it belongs to topic). Should it works correctly without any changes after installation? Thank you.