Juan J. Jimenez-Anca
Juan J. Jimenez-Anca
Actually, ignore my workaround. I was just hit by a bug in production code, as minified code will change the constructor's name (it's a private class after all) and the...
tested with webpack 4 and it works for me
is there something equivalent to https://github.com/cyclejs/react-native in the works?
thanks @JoshVanL for such a quick answer. I hadn't thought of that but the path you propose sounds excellent
@WesLee91 I'm getting the same error and I think you may be be right. However, according to [openssh people themselves](http://www.openssh.com/legacy.html), those key exchange methods are unsafe and reserved for legacy...
I guess it's the same as using https://github.com/helpers/helper-date. For this one, this works for me: ``` { test: /\.(handlebars|hbs)$/, loader: 'handlebars-loader', options: { precompileOptions: { knownHelpersOnly: false }, helperResolver: (helper,...
@v3nt I'm afraid I don't have access to that project any more and I can't check, but it looks like the config I used is what I posted here already
I also have to use the legacy version to make plugin work.
thanks @LucioFranco I can do a PR but I didn't know enabling a future conditionally was possible with rust. Is there any doc I can read on how it could...
thanks @yakkomajuri but how would I know what is safe to delete and what isn't? I wouldn't even know where to start as I don't know the data model. And...