-
This was asked about in Slack: https://bitovi-community.slack.com/archives/CFDDX9MJS/p1559748953000400
-
## 🐛 Bug Report
It is unclear that large dependency graphs caused by the use of barrel files can slow test initialization dramatically. There are some tangential mentions of this in the documen…
-
Hi. Before we migrate from Pixi v4 to v5, we had this code running:
```
import * as PIXI from 'pixi.js';
import '../../../libs/pixi-spine/pixi-spine.js' //local lib
```
But when we upgrade to…
ghost updated
3 years ago
-
There are neat ideas out there waiting to be implemented such as:
- [Render functions](https://github.com/reframejs/goldpage/issues/13).
- Small code base. This can and should be a small tool. …
-
### Problem
In my experience, build tools often introduce a lot of delays and frustrations, which create a poor devex for contributors.
They're often slow, and break for a hundred different reas…
-
MetacatUI currently relies on [RequireJS](https://requirejs.org/) for asset loading. We aim to improve performance by integrating a modern bundler such as Webpack or Parcel. The goal is to improve Met…
-
> It would be neat to provide a JavaScript plugin hook that plugins can use to add their own options to this menu. No idea what that would look like though.
_Originally posted by @simonw in https:/…
-
### Bug Report Quick Checklist
- [x] I am on the latest version of Snowpack & all plugins.
- [x] I use package manager pnpm
- [x] I run Snowpack on OS Mac
- [x] I run Snowpack on Node.js v12+
…
-
@arielweinberger mentioned in #10691 that the [serverless-plugin-typescript](https://github.com/serverless/serverless-plugin-typescript) might have better alternatives, and that we could recommend ano…
-
# Background
A common complaint that I hear often against using Scala.js, is that the dev feedback cycle is really fast with JS but really slow with Scala. I'm referring to the amount of time it ta…