Skip to content
New issue

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

[WIP] Support custom regex for excluding modules from Webpack loaders #3470

Closed
wants to merge 3 commits into from

Commits on Dec 18, 2017

  1. Support custom regex for excluding modules from Webpack loaders

    This allows the user to specify a custom regular expression to exclude modules from being handled by JS webpack loaders. The regex can be customized to exclude certain dependencies if transpiling is needed for those modules. (Fixes vercel#706)
    ScottPolhemus committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    08e3a15 View commit details
    Browse the repository at this point in the history
  2. Add example and docs

    giuseppeg authored and ScottPolhemus committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    16e018b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee66896 View commit details
    Browse the repository at this point in the history