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

fix(serverBareModulesPlugin): update require.resolve to use full import, update warning #3656

Merged
merged 5 commits into from
Jul 11, 2022

Commits on Jul 5, 2022

  1. fix(serverBareModulesPlugin): update require.resolve to use full impo…

    …rt, update warning
    
    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    ca61624 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. test: initial pass at writing a test for missing modules

    this test also covers installed modules as it uses @remix-run/node and @remix-run/react
    
    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    dbe4163 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. fix: use path as warning key

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    3b601b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b18244 View commit details
    Browse the repository at this point in the history
  3. test: path.join for importer

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    09008c6 View commit details
    Browse the repository at this point in the history