There is an error when I try to install with Webapack:
npm run build --demo38
> metronic@8.1.8 build
> webpack
[webpack-cli] 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 downloaded demo38 and tried with tools from there.
Hi,
I suggest you try downloading the zip file again. We tested demo38 and the webpack build is working fine. You can try running npm run build without the --demo38 flag.
Thanks