Open js2me opened 7 years ago
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.
Hello, dear @markerikson
Now I decided to collect project to production version And I see this errors in console:
server config :
And my path
dist
Likely, I'm doing something wrong :-)))