Closed jjwilliams42 closed 7 years ago
Digging further I see the definition of HelloWorld in bundle.js:
var HelloWorld = function (_React$Component) {...}
I re-ran the steps, it still works. The output of webpack is mostly the same except the size of your bundle.js is 578kb, while mine 1.88mb. Is there anything that's different between the HelloWorld in this github to yours?
Also, maybe adding this to the html header will fix the webpack bundle issue:
<meta http-equiv="content-type" content="text/html; charset=UTF8">
Apparently I just needed to clean my project, ha!
When following the steps for the VS 2017 + WebPack instructions, afterwards the screen is white and I get an uncaught exception error:
Output from Webpack:
Any ideas why this may be happening?