-
Looking at: https://template-default.hydrogen-devs.workers.dev/
And we're loading 60 JS files and ~150kb of JavaScript in the client. We need to reduce both of those numbers.
A couple ideas:
…
-
We're currently working on tree-shaking Nexus builds. We're trying rollup and webpack. With rollup we've been hitting some issues with fs-jetpack, such as:
```
Error: 'inspect' is not exported by …
-
### Rollup Version
4.9.2+
### Operating System (or Browser)
MacOS
### Node Version (if applicable)
_No response_
### Link To Reproduction
[repl](https://rollupjs.org/repl/?version…
-
**Module version**
1.9.1
**Describe the bug**
Vuetify animations (e.g. v-fade-transition, v-expand-transition, ...) are not rendered in production mode (npm run build && npm start).
**To Repro…
-
### Command
build
### Is this a regression?
- [ ] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
_No response_
### Descrip…
-
First of all, thanks for the great library. It worked like a charm for me.
That said, i've noticed that the app is bigger than I expected it to be, around 12KB after gzip. Part of the problem is th…
-
The plugin imports don't seem to work.
In my code: `import { Layout } from 'antd';`
It gives the error: `ReferenceError: Layout is not defined.`
When I change my code to: `const Layout = req…
eminx updated
3 years ago
-
### Scope
Improves an existing behavior
### Compatibility
- [ ] This is a breaking change
### Feature description
In https://github.com/mswjs/msw/pull/1356 we tried (and failed) to make graphql a…
-
**1.4.0**
**Core**
When transpiling in TypeScript the following warning is generated.
(!) Circular dependencies
..\node_modules\@iabtcf\core\lib\encoder\index.js -> ..\node_modules\@iabtcf\c…
-
If there are 2 components which both import their respective css files which are imported in an `index.js` and exported out. Then in another module only one of them is imported, both css files are add…