rsnext/test/integration/amphtml/pages/hmr/test.js
Joe Haddad f15cfeba0a
AMP automatic page refreshing in dev (#6392)
* AMP page reload

* Fix comment

* Skip dev files in production

* Polyfill event source

* Add HMR test for AMP

* Use webdriver

* Use a dynamic server for HMR test

* ffs
2019-02-25 17:00:14 -05:00

7 lines
125 B
JavaScript

export default () => {
return (
<div className='hmr-amp-page'>
<p>This is the hot AMP page.</p>
</div>
)
}