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
When installing a dependency of react-redux-firebase, web pack is requiring files based on the deps module field rather then the main field. This results in a compile error due to pulling in es6/es7 code without compile as module field points to code not processed by babel, and main points to babel processed code.
I mention this because in v 1.x.x of next.js this dep works just fine.
The text was updated successfully, but these errors were encountered:
When installing a dependency of react-redux-firebase, web pack is requiring files based on the deps module field rather then the main field. This results in a compile error due to pulling in es6/es7 code without compile as module field points to code not processed by babel, and main points to babel processed code.
I mention this because in v 1.x.x of next.js this dep works just fine.
The text was updated successfully, but these errors were encountered: