Liad Yosef

Results 38 comments of Liad Yosef

@apancutt thank you so much for this! Highly appreciated. Do we also need to add JSDoc to the functions in utils.js? Also - can it break anything for existing users?...

@VitalyLipko I'm mainly concerned by it breaking for existing users who are using @types/webpack-node-externals. Thinking about making this a breaking change, just for this reason. What do you think?

@mattkime that sounds like a good idea. As I'm not very familiar with the NODE_PATH setting, can you give an example how to improve this check? (or better yet, a...

In version 2 you can pass `additionalModuleDirs` to options. Do you think this functionality (looking up the tree) is still needed?

@Angstromico Hey, is this related to `webpack-node-externals`?

> There's a problem for me to do SSR building, it's our framework export alias module, and use `resolve.alias` to alias the module , like React, we use > >...

@wujekbogdan which `webpack-node-externals` version do you have?

@wujekbogdan is it working now?

It should work. By using `target: 'node'` it actually tells Webpack not to bundle those but leave them as `require`. Is it possible that you also have `path` and `util`...