We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
externalsPresets
target: 'node'
Regarding this part of the docs:
webpack-node-externals/README.md
Lines 32 to 44 in fc08261
When target: 'node' I suspect the default for externalsPresets will be { node: true }:
{ node: true }
https://github.com/webpack/webpack/blob/88978167ea2ee438761179dbbe2e21233dc9d34d/lib/config/defaults.js#L905
Therefore I'm not sure we need to set externalsPresets when target: 'node'?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Regarding this part of the docs:
webpack-node-externals/README.md
Lines 32 to 44 in fc08261
When
target: 'node'
I suspect the default forexternalsPresets
will be{ node: true }
:https://github.com/webpack/webpack/blob/88978167ea2ee438761179dbbe2e21233dc9d34d/lib/config/defaults.js#L905
Therefore I'm not sure we need to set
externalsPresets
whentarget: 'node'
?The text was updated successfully, but these errors were encountered: