Going through the quick start steps for a simple browser app, I get the following error when I run npm run webpack:
Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
I don't seem to be able to continue from that point - removing the config item loaders will run the build but end up with a 500 error coming from what seems to be an empty bundle.js file
Going through the quick start steps for a simple browser app, I get the following error when I run npm run webpack:
Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.I don't seem to be able to continue from that point - removing the config item loaders will run the build but end up with a 500 error coming from what seems to be an empty bundle.js file