-
### Issue details
We are using Storybook ver 3.3 for a React Project. I've been working on setting up the CommonsChunkPlugin in our webpack file to help reduce the size of our bundles. The plugin w…
-
#435 showed its possible to write an HoA to encapsulate state+action+view into module and https://github.com/hyperapp/hyperapp/issues/435#issuecomment-340067619 showed its possible to load lazy said m…
-
format-message-cli is currently incompatible with webpack's codesplitting feature using dynamic imports. We use this feature in my project for lazyloading modules, but right now we can't run `format-m…
-
## Version **2.2.2** of [react-tabs](https://github.com/reactjs/react-tabs) was just published.
Branch
Build failing 🚨
Dependency
…
-
My repro repo is: https://github.com/MichaelRando/rollup-codesplitting-demo
I observe that the PropTypes work as React.PropTypes, but my existing codebase expects the symbols available on PropTypes…
-
I'm writing an isomorphic app and the server is rendering everything fine, but in the browser (Chrome) I get these errors:
```
warning.js:36 Warning: Failed context type: Invalid prop/context `rel…
donut updated
6 years ago
-
**Do you want to request a *feature* or report a *bug*?**
bug (and feature)
**What is the current behavior?**
inside the bootstrap function... there is the output-name added...
![grafik](https:/…
-
Jared -- What are your thoughts on this?
https://github.com/zeit/next.js/issues/3582
-
Hey, I'm having an issue where I'm using `extract-text-webpack-plugin` with codesplitting (currently react-loadable):
```
const LoadableFeatures = Loadable({
loader: () => import('../componen…
-
Is code-splitting without babel-loader possible? I wonder if you could write a custom transformer for TypeScript that deals with this problem?