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
Go to the parcel-react-ssr folder and run yarn install && yarn run dev
Click the link to go to http://localhost:1234/codeSplit
Try editing some text in parcel-react-ssr/app/HelloWorld2.js
Result: app fails to reload, and an error appears in the browser console:
react-imported-component: no import-marks found, please check babel plugin
Hot reloading works fine on the initial, non code-split page (HelloWorld.jsx).
(Also somewhat concerningly, I couldn't get the example to run at all when installing with npm install. It would throw various errors from the dev script unless I used yarn install.)
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
parcel-react-ssr
folder and runyarn install && yarn run dev
http://localhost:1234/codeSplit
parcel-react-ssr/app/HelloWorld2.js
Hot reloading works fine on the initial, non code-split page (
HelloWorld.jsx
).(Also somewhat concerningly, I couldn't get the example to run at all when installing with
npm install
. It would throw various errors from thedev
script unless I usedyarn install
.)The text was updated successfully, but these errors were encountered: