chenlijun99 / gatsby-theme-material-blog

Blog theme based on material-ui
https://gatsby-material-blog-theme.netlify.com/
MIT License
1 stars 0 forks source link

Update issue templates #13

Closed chenlijun99 closed 5 years ago

size-plugin[bot] commented 5 years ago

Size report for the changes in this PR:

size-plugin Overall size: 614 kB (+614 kB 🚫)

                                                        commons-********************.js ⏤  46.9 kB (+46.9 kB 🚫)
                                                            app-********************.js ⏤  124 kB (+124 kB 🚫)
       component---gatsby-theme-material-blog-src-pages-404-tsx-********************.js ⏤  349 B (+349 B)
   component---gatsby-theme-material-blog-src-pages-archive-tsx-********************.js ⏤  358 kB (+358 kB 🚫)
  component---gatsby-theme-material-blog-src-templates-post-tsx-********************.js ⏤  24.7 kB (+24.7 kB 🚫)
 component---gatsby-theme-material-blog-src-templates-posts-tsx-********************.js ⏤  6.72 kB (+6.72 kB 🚫)
    component---node-modules-gatsby-plugin-offline-app-shell-js-********************.js ⏤  352 B (+352 B)
                                                        styles.5898ac28163ed8e41b3b.css ⏤  51.6 kB (+51.6 kB 🚫)
                                                         styles-********************.js ⏤  151 B (+151 B)
                                                webpack-runtime-********************.js ⏤  1.39 kB (+1.39 kB 🚫)

commit: cd8faff59cf10b4361b8b9ad518b6b2cfb19041a

kuldeepkeshwar commented 5 years ago

@free-easy thanks for using size-plugin bot.

size-plugin bot is not configured properly here. It always shows an increment of +614 kB in the bundle size which means it wasn't able to find stats(size-plugin.json) from the last build. Reason : size-plugin bot assumes(default) that location of stats file(size-plugin.json) and application to be in the same directory i.e the root of repository.

In your case, the application is located at the <root>/example folder and size-plugin bot is updating stats at <root>/size-plugin.json Ideally, the stats file should be under <root>/example and you can configure the bot to update the stats file at right location 😊.

Steps:

For more, refer here

chenlijun99 commented 5 years ago

!@kuldeepkeshwar Thank you for the suggestion! I was struggling to find the reason of the problem.

chenlijun99 commented 5 years ago

:tada: This PR is included in version 1.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: