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

feat(js): add --includeBabelRc flag for @nrwl/js:library generator (#8793, #8600) #10055

Merged
merged 3 commits into from
May 4, 2022

Commits on Apr 29, 2022

  1. fix(js): fix(js): adding missing babelrc for tsc compiled libraries

    ISSUES CLOSED: nrwl#8600, nrwl#8793
    
    ISSUES CLOSED: nrwl#8600, nrwl#8793
    Daniele committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    5c5eb4d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. feat(js): adds the --skipBabelConfig flag to prevent .babelrc file ge…

    …neration
    
    ISSUES CLOSED: nrwl#8600, nrwl#8793
    ISSUES CLOSED: nrwl#8600, nrwl#8793
    Daniele committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    74032d5 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. feat(js): adds the --includeBabelRc flag to the library generator

    adds the --includeBabelRc flag to the library generator, and a mechanism to automatically detect the
    nrwl/web plugin, which requires auto-generation of the babelrc even when not explicitly set by the
    user
    
    ISSUES CLOSED: nrwl#8600, nrwl#8793
    Daniele committed May 4, 2022
    Configuration menu
    Copy the full SHA
    63dfa8b View commit details
    Browse the repository at this point in the history