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
However, it seems this may be related to standard-loader. When running standard --parser babel-eslint the code checks out fine. However, when running through webpack, with the following config:
I created an issue here: standard/standard#931
However, it seems this may be related to
standard-loader
. When runningstandard --parser babel-eslint
the code checks out fine. However, when running through webpack, with the following config:This returns the following error:
Parsing error: Unexpected token = null
for thestatic
in the following code:Any idea if I'm missing something?
The text was updated successfully, but these errors were encountered: