-
I investigated a quite impressive addition to the JS bundle by importing three tremor components.
![image](https://user-images.githubusercontent.com/41144946/229096271-0b3ea8f8-da1c-43de-8c5b-47a5f…
-
**What you are trying to do.**
In `bootstrap-vue`, we could import plugins like shown below and use it directly. How can we do that with `bootstrap-vue-next`.
```
consta app = createApp(App)…
-
Hi,
I've recently came across an issue with React, when in development mode react was really slow.
I've tried everything, until in a desperate move I've loaded my app using react-scripts, which us…
-
# Feature Request
**Ionic version:**
[x] **5.x**
**Describe the Feature Request**
Currently, during the build (as configured by Ionic CLI), ALL ionicons are copied to t…
-
### Problem Statement
I'm using `@sentry/gatsby` on my Gatsby site with a very minimal config using no integrations at all:
```js
import { init } from '@sentry/gatsby'
init({ dsn: 'my_dsn', …
-
Thats our hack: With the expectation for better treeshaking.
https://github.com/remcohaszing/monaco-tailwindcss/blob/main/build.js#L83-L85
```js
// None of our dependencies use side effec…
-
### Reproducible in vscode.dev or in VS Code Desktop?
- [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop
### Reproducible in the monaco editor playground?
- [X] Not…
-
Hey guys,
we are currently trying to use the accordion in our qwik app.
We are importing the accordion components like this:
`import { AccordionContent, AccordionHeader, AccordionItem, Accordio…
-
**1.依赖仓库的版本(Dependencies versions)**:
- react:18
- form-render:1.13.14
- antd:4.23.1
**2.问题描述(Bug description)**:
引入 form-render 包不会自动 treeshaking,并且会导致antd、lodash-es 等都全量加载
**3.…
-
### Current Behavior
When build a react app with the latest @nrwl libs the resulting artefacts are **4 times** bigger than with an older version.
- the resulting code is not minified
- there are …