Skip to content

Instantly share code, notes, and snippets.

@sky0014
Created December 29, 2023 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sky0014/f815dbcf9121f87e22785c3909194296 to your computer and use it in GitHub Desktop.
Save sky0014/f815dbcf9121f87e22785c3909194296 to your computer and use it in GitHub Desktop.
Webpack exclude part of node modules
{
test: /\.js$/,
exclude: /node_modules\/(?!(MY-MODULE|ANOTHER-ONE)\/).*/,
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment