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

Add missing babel-helper-evaluate-path dependency #963

Closed
wants to merge 1 commit into from
Closed

Add missing babel-helper-evaluate-path dependency #963

wants to merge 1 commit into from

Commits on Aug 15, 2019

  1. Add missing babel-helper-evaluate-path dependency

    At the moment, the `babel-plugin-minify-guarded-expressions` package is calling `require('babel-helper-evaluate-path')` without actually depending on this package. It causes an exception to be thrown when the npm does not flatten the dependency tree. You can trigger it by forcing npm to install packages without flattening (like it did in npm@2) by running: npm install --legacy-bundling
    feross committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    fc85ab8 View commit details
    Browse the repository at this point in the history