neodescis

Results 62 comments of neodescis

I have both of my sites now converted fully to .ts and .tsx TypeScript files, complete with noImplicitAny turned on. I'll get to work on a PR. It might take...

Looks like I spoke too soon about bootstrap-loader; there is a new PR there for webpack 4 support. So hopefully I'll be able to switch that back.

First update on my PR: I got the server side of things updated to .NET Core 2.0, including the identity stuff. The PR will be for master, and once that's...

Ha, thanks for merging the server side! That was fast :-) I'm thinking it might make sense to do the client side in one go, as I don't know how...

Thought I'd give an update. What's done so far (and pushed to my fork): - Upgraded react-router to v4 - Upgraded redux-form to v5 (not latest... I wasn't using this...

Not a problem. I've made good progress and should have a PR for you soon.

PR created! Once that's in, I can work on getting the changes pushed out to the empty-template branch (which is what I used as the starting point for my own...

Apparently bootstrap-loader has a beta release to work with Webpack 4. It's not quite as simple as swapping it out (need to have separate loaders defined for prod and dev),...

Figured out the new bootstrap-loader. I just added it to my current PR.

K, I think the PR is ready. Let me know if you see anything that needs attention. I managed to get bootstrap-loader working again. Apparently switching to TypeScript broke HMR,...