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
I then ran deno bundle mod.js app.bundle.js. The outputted bundle was missing the react and react-dom dependencies entirely. Changing my deps file to the below fixed the issue:
I had a deps file that looks like:
and then the file consuming it...
I then ran
deno bundle mod.js app.bundle.js
. The outputted bundle was missing the react and react-dom dependencies entirely. Changing my deps file to the below fixed the issue:I realize they don't mean the exact same thing but for
React
andReactDOM
, it does. I'm not sure if I'm missing something here. Thanks!The text was updated successfully, but these errors were encountered: