-
# Bug Report
### 🔎 Search Terms
moduleResolution bundler node webpack default namespace
### 🕗 Version & Regression Information
- This is the behavior in every version I tried: 5.0.4 (the o…
-
### Describe the bug
Hello,
I'm on windows 10, node 16.3, npm 9.1.2
I use storybook + stencil for two years now and it always worked great.
I updated storybook from 6.5 to 7.0.5 and now the…
-
As an outside contributor, having the ability to code in Typescript would be a great help and also increase the quality of contributed code. This would also require using Webpack so that the `ts` file…
-
**Describe the bug**
**To Reproduce**
Steps to reproduce the behavior:
1. Create a sample app using CRA (I am using typescript)
2. Run `npx sb init` to setup storyboard
3. Install `@storybook…
-
It would be useful if bundle-stats had the ability to cater to the compressed bundle files that some builds produce i.e. Gzip, Brotli, etc.
Currently there is no differentiation within the 'bundle…
-
## I'm submitting a...
- [ ] Regression
- [x] Bug report
- [ ] Feature request
- [ ] Documentation issue or request
- [ ] Support request
## Current behavior
The app fails to…
-
**Environment**
- CLI: 7.2.1
- Cross-platform modules: 7.1.4
- Android Runtime: 7.0.1
- iOS Runtime: 7.2.0
- XCode Version: 12.4 & 13
- Plugin(s): lots. Will add on request. Core:
```
"…
-
Minimum example of React Material-UI with the only TextField component imported - result bundle size is 250Kb!
https://github.com/pqr/react-mui-treeshake-does-not-work
webpack-bundle-analyzer sh…
-
Right now an empty Next 10.0.0.8 project with target:serverless ends up with 7.3M server.js which fails upload.
For optimizing client JS size I found https://www.npmjs.com/package/webpack-bundle-an…
-
# Bug report
I have encountered a bug while trying to split code into multiple bundles, while preventing
duplication of said code. In other words, I want to create a "main" bundle…