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
Was playing around with this a bit just now. I could require my webpack module just fine but when I went to render it (server-side), I got this error:
ReferenceError: console is not defined
at warning (eval at <anonymous> (undefined:739:2), <anonymous>:48:7)
at Constructor (eval at <anonymous> (undefined:967:2), <anonymous>:834:50)
at /root/RelateRocket/page-server/lib/refactored-page-handler.coffee:36:38
at /root/RelateRocket/page-server/lib/webpack-require.coffee:10:12
Same code works just fine outside of webpack-require so not sure what's happening.
The text was updated successfully, but these errors were encountered:
Was playing around with this a bit just now. I could require my webpack module just fine but when I went to render it (server-side), I got this error:
Same code works just fine outside of
webpack-require
so not sure what's happening.The text was updated successfully, but these errors were encountered: