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

chore(cli): move constants to a separate file #798

Merged
merged 6 commits into from Mar 23, 2019

Commits on Mar 21, 2019

  1. chore(cli): move constants to a separate file

    moved all constants to a separate file for CLI scopre and imported from there.
    
    ISSUES CLOSED: webpack#772
    anshumanv committed Mar 21, 2019
    Copy the full SHA
    e5e8d9f View commit details
    Browse the repository at this point in the history
  2. chore(cli): lint files, rm console.log

    Format all code using prettier, remove console.log
    
    ISSUES CLOSED: webpack#772
    anshumanv committed Mar 21, 2019
    Copy the full SHA
    ee04bea View commit details
    Browse the repository at this point in the history
  3. chore(cli): codacy fix

    codacy fix
    anshumanv committed Mar 21, 2019
    Copy the full SHA
    bada5f5 View commit details
    Browse the repository at this point in the history
  4. chore(cli): split destructuring into multiple lines

    split constants destructuring to multiple lines in config-yargs
    anshumanv committed Mar 21, 2019
    Copy the full SHA
    fb8f420 View commit details
    Browse the repository at this point in the history
  5. chore(cli): update var name, revert oc

    update var name, revert oc
    anshumanv committed Mar 21, 2019
    Copy the full SHA
    350bc64 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. chore(cli): moved constants to utils

    moved constants to utils directory
    anshumanv committed Mar 22, 2019
    Copy the full SHA
    927e3f9 View commit details
    Browse the repository at this point in the history