Alan Smithee
Alan Smithee
Checks explicitly if the value is either `null` or `undefined` to allow for other "falsy" values such as `false`, "false" etc.
in pr #958 we increased the bundle size limit to get rid of warning, let's consider how large we want the bundle to be and if we should split it...
Since the node version was bumped in #958, we need to publish a new version to npm, make a new release etc. I am not sure who has publishing rights,...
It just occured to me, when I merged #927 that it wasn't clear to me how we handle releases, and who is responsible for it. Some questions that I would...
It times out. Could have something to do with the test setup not handling async properly. https://travis-ci.org/NekR/offline-plugin/jobs/536555048
In response to #456 before maybe eventually fixing it
closes #457 CC @mjseyyedi
closes #455 CC @crixusshen
A majority of all issues opened is (naturally) regarding either including or excluding assets. The questions boil down to: 1. An asset is being cached, and I want it exlcuded...
The `README.md` gives an example of how you can use this with `applyRouterMiddleware`. Would it make more sense to provide your own middleware instead? Might look something like: ``` javascript...