Nikos Gereoudakis

Results 8 comments of Nikos Gereoudakis

if you are using nginx you can use something like this to keep your pretty urls and push state router ``` location / { try_files $uri /index.html; } ```

Hey @gpbl, it tracks the files of the last `n` (`keep_releases`) releases and keeps them in the filesystem so that for example users of a SPA that are on an...

That is 100% correct, thanks! 👍 > (should the "older" stats in the releases subdir removed as well?) I believe that's the case already in my implementation. See [here](https://github.com/gpbl/webpack-cleanup-plugin/pull/10/files#diff-f7df44cc2014f37c79e84f0b7053b6a1R28)

@flyinprogrammer did you manage to create a deployment where the `Environment` would be set to `Production`? I always get `Preview` and can't find any way to update it via the...

Works fine in `6.3.2` and all other versions till `6.5.0`. `6.6.0` introduced this change.

Could be due to https://github.com/erikras/redux-form/pull/2584

This actually works right now (not if you are using the Switch component) but it does load all of the chunks at once so I'm going to leave it open...