-
While building the Chooser as a component, there are several asset size limit warnings, such as the following:
> warning
>
> asset size limit: The following asset(s) exceed the recommended siz…
-
### Description
esbuild bundle analyze:
-
ipfs-api npm package includes a dist folder with the "webpacked" sources.
To include `node_modules/ipfs-api/dist/index.js` file makes avaliable the IpfsApi object at window. This is simpler than th…
-
Hello! Thank you so much for such a good library! It is very easy to learn and easy to use.
I found a small problem: one-time loading of the entire set of icons, instead of loading only those that …
-
### Which component is affected?
Qwik City (routing)
### Describe the bug
If a file exports 2 functions, and one is used only by a `loader$` and the other is used only by a component, during SPA na…
-
## Description
It seems that generating stories for components, using `nx g @nrwl/angular:stories `, currently only works for components declared in the primary entrypoint of a library, not for compo…
-
### Feature Use Case
Treeshake is such a brilliant idea. Nowadays, it powers so many frameworks/libraries to innovate without worries too much about the bundle size.
It's great that you can take…
-
The instructions to install @nrwl/angular are as a devDependency (--save-dev)
https://nx.dev/angular/plugins/angular/overview#adding-the-angular-plugin
However, I would like to use fetch from '@nr…
-
### Describe the bug
From what I understand, the current way to check if the code runs during hydration would be to check if `sharedConfig.context` exists.
This - together with `isServer` - could …
-
**Is your feature request related to a problem? Please describe.**
When we define our TestDrivers then we sometimes need to create extra code which provides these default test driver values.
This is…