Skip to content
This repository has been archived by the owner on Jan 26, 2020. It is now read-only.

known Parcel/build issues #11

Closed
alidcast opened this issue Jul 3, 2018 · 2 comments
Closed

known Parcel/build issues #11

alidcast opened this issue Jul 3, 2018 · 2 comments
Labels
bug Something isn't working @roguejs/cli

Comments

@alidcast
Copy link
Owner

alidcast commented Jul 3, 2018

@klujanrosas
Copy link

klujanrosas commented Jul 4, 2018

Is this related to the following?

The source for this is

// App.js

import React from 'react'

export default () => <div>Rogue Hello World</div>

Which was changed then to

// App.js
import React from 'react'

export default () => <div>Rogue Hello World  I must have changed!</div>

Browser shows:

image

Console logs:

image

@alidcast
Copy link
Owner Author

alidcast commented Jul 4, 2018

Yeah I think so

client doesn't seem to be rebundling, so HMR isn't working and that's causing a client-server mistmatch. I'll have to fix this

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working @roguejs/cli
Projects
None yet
Development

No branches or pull requests

2 participants