Jakob Lind

Results 68 comments of Jakob Lind

Nice! I experimented a bit and found it that we can also pass `--content-base` as argument to `webpack-dev-server` instead of putting it in `webpack.config.js`. I like that solution better because...

I see your point. However we already pass in `--hot` which could be in `webpack.config.js`. I like that we extract the `webpack-dev-server` specific config to arguments and keep only config...

One year since last comment here, and the issue is still relevant. I try to figure out how to use this library but the docs are very limited. Where can...

I came here trying to figure out how to make `magit-gh-pulls` work with personal access tokens (https://github.com/settings/tokens). The code is very difficult for me to get into, I might just...

I have thought about adding support for express. But not sure what you mean by "without creating two extra directories client and server with one starting script for convenience". It's...

Good idea, I agree. I'm not sure we need both `lint-staged` and `husky`. Isn't one of them enough? We also need to agree on the eslint rules. I suggest starting...

I'll keep this issue open because there are some remaining tasks related to cleaning up the code. I quote @theajr from his merged PR: > here are 240+ error altogether,...

For some reason I get an error when I try to commit code now. ``` lind@localhost ~/d/webpack-autoconf (master)> git commit -m "test" husky > pre-commit (node v10.15.3) ↓ Stashing changes......

Ok I see. If it's too much work fixing, we could consider disabling running tests on commit.