-
**Step to reproduce**
In a first terminal - **Terminal 1**
- `cd server-side-rendering/website1`
- `yarn install`
- `yarn build && yarn serve`
In a second terminal - **Terminal 2**
- `c…
-
Like Components, Directives can help split the application into smaller pieces and reusable functionality.
In some situations Directives may become big and it would be convenient to load them when th…
-
# Bug report
**What is the current behavior?**
I am building a React App on serverless framework. I use webpack to compile both client-side and server-side code with Loadable-Compo…
-
when useing jsx component, the reference must point to a component
In some scenarios, use the template function of 'html' to generate route components dynamically with react lazy suspense functions…
-
Hi, there I an example of a package.json where I can see how to configure the multiple entry modules or any documentation?
-
## :rotating_light: The automated release from the `next` branch failed. :rotating_light:
I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug…
-
Code splitting has been ported from Slate v1 in [`feature/code-splitting`](../tree/feature/code-splitting), but has required downgrading Webpack to v4.
The `getChunkName` function sometimes returns…
-
When working with F#/Feliz, sometimes we export a React component from a file say `Component.fs` and then import dynamically from another file, say `App.fs`. Now the import statement is pointing to th…
-
I'm sorry that I don't have a repro, because I'm not even sure why it's happening. The code base is private.
When I enable code splitting, the entrypoint file is not generated.
If there are any …
-
**Do you want to request a *feature* or report a *bug*?**
Feature for `CommonChunkPlugin`.
Support selecting modules from **non-entry** chunks. Meaning, select statically imported modules from c…