Uncaught ReferenceError: reactBoilerplateDeps is not defined
eddiewang opened this issue · 8 comments
Getting a
Uncaught ReferenceError: reactBoilerplateDeps is not defined
When trying to run carte-blanche with react-boilerplate. Any help would be greatly appreciated.
90% sure it has something to do with the DLLPlugin in react-boilerplate. Removed it and it's working. Sounds similar to the error with CommonChunks.
Wait, Carte Blanche is working for you with react-boilerplate if you remove the DLLPlugin?
Almost. The main UI loads but components are still being sketchy.
By sketchy I mean a blank modal pops up (without the component)
I think we might need to build explicit DLLPlugin support…
Please first make react-boilerplate (vanilla) work :P
That's needed for react-boilerplate
support 😁
I had this issue, and while I was debugging, Firefox crashed.
On restart, everything was fine again!
oO