We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06cc15c commit c13a8eaCopy full SHA for c13a8ea
README.md
@@ -637,6 +637,10 @@ res.send(prefetchChunks(chunkNames, assets));
637
638
### Parcel integration
639
Use `parcel-manifest` and `getMarkedFileNames`(instead of `getMarkedChunks`) to find which files were required and has to be imported.
640
+Keep in mind - the base path would be different and you have to `resolve` the _right_ files in to the _right_ files (`/app/index` to `index.js`).
641
+
642
+### CRA integration
643
+Consider using [concurrent-loading](#concurrent-loading) technique only.
644
645
## React-snap
646
`react-imported-component` is compatible with [react-snap](https://github.com/stereobooster/react-snap) out of the box.
0 commit comments