Alastair Brayne
Alastair Brayne
This pragma directive solved the problem for me. I suggest that a mention of this in the readme would be a useful addition. -- Edit, I see that it's been...
Any chance the build error could be checked and this passed? This would be a lovely bit of functionality.
Same problem here. Generally, Hedgehog has proven to be unusually buggy so far :(
Actually, I managed it with just the following additional config in `webpack/dev.config.js`: ``` devServer: { proxy: { '/ws': { target: `http://localhost:${wsPort}/ws`, secure: false } } } ``` I got `wsPort`...