rsnext/test/integration/page-config/pages/index.js
JJ Kasper 41cb3b3bc0 Stop PageConfig plugin from running on non-pages (#7884)
* Add test for PageConfig

* Make sure PageConfig plugin is only run for pages
2019-07-10 15:27:11 -04:00

8 lines
150 B
JavaScript

import { config as hello } from '../something'
import { config as world } from '../config'
export default () => (
<p>
{hello} {world}
</p>
)