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 has been archived by the owner on Apr 21, 2022. It is now read-only.
[5/6] Running @pika/plugin-bundle-web...
Error: 'createContext' is not exported by node_modules/react/index.js
at error (/Users/john/Desktop/hallway/client/apps/packages/@hallway/windows/node_modules/rollup/dist/rollup.js:3598:30)
Looks like the plugin-bundle-web is unable to bundle the react library into the bundle output, presumably because it is not an ESM module? Is this correct? And is there any way to bundle non-ESM modules into my outputted web bundle?
The text was updated successfully, but these errors were encountered:
johndevor
changed the title
@pika/plugin-bundle-web error when importing react
@pika/plugin-bundle-web errors when importing react
Apr 8, 2019
Looks like the plugin-bundle-web is unable to bundle the react library into the bundle output, presumably because it is not an ESM module? Is this correct? And is there any way to bundle non-ESM modules into my outputted web bundle?
The text was updated successfully, but these errors were encountered: