You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2020. It is now read-only.
I have set {comments: null} (just a personal preference, null is a falsy value) in PluginOpts and it broke my build with the ERROR in unknown: Cannot read property 'test' of null. I was confused for quite some time untill I guessed to set comments explicitly to false and it worked.
I have set
{comments: null}(just a personal preference,nullis a falsy value) in PluginOpts and it broke my build with theERROR in unknown: Cannot read property 'test' of null. I was confused for quite some time untill I guessed to setcommentsexplicitly tofalseand it worked.