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 babili flag to documentation and fix typo #11

Merged
merged 1 commit into from
Aug 8, 2017
Merged

Conversation

pdehaan
Copy link
Contributor

@pdehaan pdehaan commented Aug 8, 2017

$ node cli --version # 0.8.0

$ node cli --help
cli

Options:
  --why, -w      Show package content                                  [boolean]
  --babili       Use babili minifier                                   [boolean]
  --version, -v  Show version number                                   [boolean]
  --help, -h     Show help                                             [boolean]

Size Limit will read size-limit section from package.json.
Configuration example:

  "size-limit": [
    {
      "path": "index.js",
      "limit": "9 KB",
      "babili": true
    }
  ]

@ai ai merged commit 5285e2c into ai:master Aug 8, 2017
@ai ai mentioned this pull request Aug 8, 2017
@ai
Copy link
Owner

ai commented Aug 9, 2017

Released in 0.8.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants