-
Notifications
You must be signed in to change notification settings - Fork 0
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
lots of piclke #5
Comments
toodamfowfwa |
what's up homies |
|
|
|
2 similar comments
|
|
gggee |
A collection of GitHub issue and pull request templatesUpdate: GitHub now also supports multiple issue templates.
What is an issue template?Issue and Pull Request templates How to create issue templates?
10+ templates for you to pick!Find your issue/PR templates, and just grab and go. Inspired by excellent GitHub projects that use issue and pull request templates. Templates here are either copied from or modified based on real projects on GitHub. See also awesome-github-templates for more examples in real projects 🎉 LicenseTo the extent possible under law, Steve Mao has waived all copyright and related or neighboring rights to this work. |
|
Size LimitSize Limit is a performance budget tool for JavaScript. It checks every commit
With GitHub action Size Limit will post bundle size changes as a comment With Who Uses Size Limit
How It Works
UsageJS ApplicationsSuitable for applications that have their own bundler and send the JS bundle Show instructions
Big LibrariesJS libraries > 10 KB in size. This preset includes headless Chrome, and will measure your lib’s execution Show instructions
Small LibrariesJS libraries < 10 KB in size. This preset will only measure the size, without the execution time, so it’s Show instructions
ReportsSize Limit has a GitHub action that comments and rejects pull requests based
name: "size"
on:
pull_request:
branches:
- master
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v1
- uses: andresz1/size-limit-action@v1.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }} ConfigSize Limits supports three ways to define config.
Each section in the config can have these options:
If you use Size Limit to track the size of CSS files, make sure to set Plugins and PresetsPlugins:
Plugin presets:
JS APIconst sizeLimit = require('size-limit')
const filePlugin = require('@size-limit/file')
const webpackPlugin = require('@size-limit/webpack')
sizeLimit([filePlugin, webpackPlugin], [filePath]).then(result => {
result //=> { size: 12480 }
}) |
|
|
|
1 similar comment
|
<www.facebook.com> |
mailto:atielking@slack-corp.com i love to codehifwhiwifih |
aww |
The text was updated successfully, but these errors were encountered: