Hello, I'm having an issue when running npm run build or npm run build --demo1:
```
Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.
- configuration[0].entry['js/widgets.bundle'] should be a non-empty array.
-> All modules are loaded upon startup. The last one is exported.
```
I'm using the `metronic_rails_v8.1.8_demo1` starter kit and when I run `npm run build --demo1`, Mac Os Ventura, Node 20.4.0.
Hi,
Sorry for the inconvenience. Here is the workaround. Please check this link
Copy the webpack.config.js content in your //rails_demo1/starterkit/_keenthemes/tools/webpack.config.js file.
We will update in the next release soon.
Thanks