-
Could you please add a bit more info to the README about the implementation details, such as why it depends on webpack, etc?
-
**Module version**
```
//dependencies
"nuxt": "^2.14.6",
"nuxt-i18n": "^6.16.0",
"vazir-font": "^27.0.3"
```
```
//devDependencies
"@nuxtjs/vuetify": "^1.11.2",
"@nuxt/types": "^2.14.6",
``…
-
Forking this from an internal discussion:
@matanlurey:
> I am doing a bit of research into what it would take to exclude `dev_dependencies` that are Flutter plugins from a release Flutter build …
-
In `@type` (and other type defining tags) it's possible to reference external JS objects by using `import("./relative/path").objectName`.
This should also be possible in `@link` both to avoid impor…
-
We're now using the new rollup's option `treeshake.moduleSideEffects` [for lamb](https://github.com/nestauk/playground/blob/734bcb38a27a9a33ecaeaa4e48110a1116597db4/rollup.config.js#L60) (see [1]), we…
-
**What is the feature you would like to implement?**
Structure our package distributions to better support tree shaking by not bundling into a single index file.
**Additional context**
The safest…
-
the bundle dir is not match origin dir, miss components/index.js
![image](https://github.com/rollup/rollup/assets/91084928/ec4195fa-b10c-4627-943c-c6a929865e65)
```ts
export default defineConfig([
…
-
Rate limiting is only implemented on the first load:
https://github.com/download-directory/download-directory.github.io/blob/2988d8bfcfa42f5ff3295985666113fb74c4fc36/index.ts#L85
I think that if…
-
### Summary 💡
Provide an unstyled version of the data grid, with a component API, effectively, bringing [Base UI](https://mui.com/base-ui/) to the data grid.
This is not to be confused with the …
-
**Module version**
- nuxt@2.14.3
- @nuxtjs/vuetify@1.11.2
**Describe the bug**
If I use JSX, Vuetify components are rendered correctly only when an app is built for development.
**To Reproduc…