-
**Module version**
@nuxtjs/vuetify@1.11.0
**Describe the bug**
I want to overwrite default vuetify styles (not variables) with my custom styles. But vuetify styles is overwritten with custom styl…
-
So, after using these icons for a long time and not realising why my Sapper build was slow (about 2 minutes) I decided to do some logging.
Turns out that every time a dependency includes this libra…
-
When trying to build [node-libcurl](https://github.com/JCMais/node-libcurl), I get the following error:
![bundlejs_node-libcurl](https://github.com/okikio/bundlejs/assets/86177399/253b917c-8d40-4ad…
-
This is due to a bug which has been [fixed] in Rollup [v2.40.0][changelog]:
[fixed]: https://github.com/rollup/rollup/pull/3972
[changelog]: https://github.com/rollup/rollup/blob/master/CHANGELOG.…
-
### What version of Bun is running?
1.0.0
### What platform is your computer?
Darwin 23.0.0 x86_64 i386
### What steps can reproduce the bug?
```js
// src.js
import { w3mConnectors,…
-
I want to start using paraglide in sveltekit, but I have a bit strange use case.
My translation file:
```json
{
"promotion": "super Promotion",
"title": "super Title",
"variation": {
…
-
- Rollup Version: 1.27.,10
- Operating System (or Browser): MacOs
- Node Version: 8.11.4
### How Do We Reproduce?
https://rollupjs.org/repl/?version=0.58.1&shareable=JTdCJTIybW9kdWxlcyUy…
-
I want to use the `replaceNodeEnv` flag together with `treeshake` to be able to create separate build outputs for production and development. To insert additional checks and console.logs only if the l…
-
The library currently opts to simplify the APIs into plain english. E.g., `mixpanel.people.set` has become `mixpanel.setUserProperty`.
We should use the same naming conventions and class structure …
-
**Describe the bug**
The function `registerThemes`, but also pretty much every other class/function, expects the `echarts` object to be available in the global scope. At first I though this was only …