Robin Luiten

Results 34 comments of Robin Luiten

@DorianGrey thanks for this, I will look into it asap and see how I go. I had missed that exclude.

@DorianGrey I tried that in both files, it made no difference, I then added back the mode to file-loader i mention in first as well and went back to error...

My apologies I miss-typed, I also didn't make my context clear enough always a risk in written form. Let me try again. ### 1. My test process and what I...

Ok your suggestions have let me make a bit more progress, if our lib folder physically exists instead of linked under node_modules things can work with your original suggested change....

Some further information. In the webpack config if I set `resolve.symlinks: false` , and also add `paths.appNodeModules` to the rule for `ts-loader` as you suggested then a local module installed...

Got to testing by adding the external lib to the include path for `ts-loader` as you suggest. Modifying webpack config to look as follows for `ts-loader` and just installing my...

Given the createStore definition copied below for reference. The `TState extends object` express the intention but an array is an object so I think that's why it isn't a problem...

Just tried it with Webstorm it isn't navigating either. Maybe its my OS I am on Windows 10.

Oops, no I didn't do the webstorm setup, I'll try it. But setting '-i code' as parameter to starting codecrumbs did not appear to work with vscode. And `code` works...

I have now setup webstorm to be in my path and `webstorm README.md` at my console starts it with a file. However clicking on trail steps does not cause webstorm...