-
[Giter8](http://www.foundweekends.org/giter8/) templates are used in a number of places and provides users with a simple way of starting a project within a selected framework. The templates can be use…
-
I quite like the design and speed of esbuild, but I found that when I use it with `bundle: false` it doesn't do what I would expect. The dependencies of entrypoints are not built unless they are also …
-
![Vite](https://images.gitee.com/uploads/images/2021/0217/222137_7c85515f_1087321.png '屏幕截图.png')
前几天,尤雨溪在各个社交平台宣布 Vite 2.0 发布了。
看得出他对 Vite 倾注了很多感情,甚至都冷落了 Vue3,停更了两个多月。
![Vue3](https://images…
-
## Setup
```sh
npx esbuild --version
# 0.7.17
echo 'export const x = 1' > a.js
echo 'import {x} from "./a.js"; console.log(x);' > b.js
echo 'import {x} from "./a.js"; console.log(x);' > c.js
…
-
## Fable 3
I'm thinking of changing my boilerplate for current fable 3/elmish/hmr/webpack 4/electron (using electron-webpack) to webpack 5. electron-webpack - currently used - does not work (and w…
tomcl updated
3 years ago
-
#### Do you want to request a _feature_ or report a _bug_?
Bug 🐛
#### What's the current behavior?
If I have a state which should update for each `onChange()` call on the editor, the `onChang…
-
**Do you want to request a *feature* or report a *bug*?**
Request a feature
**What is the current behavior?**
React ecosystem was promoting ES6 classes and modules since 2014 and many packages li…
-
**Is your feature request related to a problem? Please describe.**
I am working on a Typescript React App and currently use [StorybookJS](https://storybook.js.org/) to be able to test my components o…
-
Is it possible to speed up the cold start? I often get 15s+.
-
**Is your feature request related to a problem? Please describe.**
I'm using vite to build a library, and sometimes the library requires a dozen lines of simple styles. After building, a style.css fi…