react-redux-cesium-testing-demo
react-redux-cesium-testing-demo copied to clipboard
Production build
Hello, dear @markerikson
Now I decided to collect project to production version
And I see this errors in console:

server config :
app.use("/", express.static(PATHS.dist));
app.listen(ENVIRONMENT.port, ENVIRONMENT.host, function (err) {
console.log('Listening at http://${'+ENVIRONMENT.host+'}:${'+ENVIRONMENT.port+'}');
if(err)
{
console.log(err);
return;
}
});
And my path dist
Likely, I'm doing something wrong :-)))
The webpackJsonp error generally means that Webpack has output multiple chunks, but the one containing the Webpack bootstrapping code wasn't the first chunk loaded into the page.
I may glance at this briefly later this week, but honestly not a high priority for me atm.