-
Issue:
CSS gets bundled as expected by ESBuild - meaning, `@tailwind` and other TW directives remain in the output CSS.
Expected:
TW directives should be converted into the consumed CSS class…
-
### Description
esbuild doesn’t have built-in Browserslist config.
Benefits:
* Autoprefixer, postcss-preset-env, Babel and many other tools have. So users may expect Browserslist config.
* It is…
-
- `getCommonOptions`:
```ts
const getCommonOptions = () => {
// ...
platform: 'browser', // 'node' | browser | neutral,
format: 'esm',
}
```
- `build`:
```ts
const buildSwr =…
-
When bundling a react component using esbuild and trying to execute it within the JS context, it is unable to `require` the `util` package even though it is provided.
```kotlin
private val context…
-
When two esbuild watcher are run for SSR in dev env.
After quitting `iex` the terminal output is corrupted.
![image](https://github.com/user-attachments/assets/ab4c6d20-f81f-45b5-8b54-c1f8c29f2c58…
-
Hey guys,
awesome library. Love it! But I can't use it in lambda packaged with `esbuild` without some hacking because of this:
https://github.com/dchester/jsonpath/blob/master/lib/grammar.js#L10…
-
# Description
Supports hot reload on development environment.
## Tasks
- [x] Implement custom file watcher instead esbuild.context.watch()
- [x] On some files change, trigger rebuild() and…
-
### What happened?
Due to certain esbuild optimizations, Hermes generates more bytecode compared to the standard Metro bundle.
It hepens for me with the folowing case:
I use `styled-components` a…
-
### What problem does this feature solve?
我使用 father 打包前端代码,输出为 umd,因此用 webpack 打包。项目使用了 unocss,之前使用都正常,功能满足预期。
unocss 的 webpack 插件(`@unocss/webpack`)[从 `v0.59.0` 开始改为 ESM-only](https://unocss.d…
-
We already employ ESBuild in creating the bundle for our tests, which gets us in the strange situation where the testing of the bundle is happening on a version that we never produce 🤡
Most of the…