Hao
Hao
Sorry, somehow I missed this. From what I understand, I think this is an issue of Webpack. I feel Webpack caches the resolved path for a given import path and...
Thanks for the idea. Actual `require` call is done by Webpack, this plugin only tells Webpack which file should be loaded for a given import/require. I didn't check the source...
Not that I know of, sorry
Can you be a bit more specific?
Unfortunately, I don't have a solution. VSCode doesn't seem to have an option to let you customise how it resolves module.
This is interesting. This plugin just tells Webpack which file a given path should be resolved to. I don't really see how this plugin would affect the value of `process`....
Thanks, but I am not sure this plugin is the root cause. As said earlier, this plugin only tells Webpack what file a given directory path should be loaded, nothing...
Not sure what's the difficulty with testing. I am using the plugin in our projects and we don't have any issue using karma-webpack to prepare the bundle for testing. Can...
Sorry, I am not sure what did you mean by `configuring solid test environment`?
`package.json` is significant for a nodejs project. The behaviour of some tools are different whether it exists or not. I'm not sure about your project structure and the configurations. What...