-
🐛 bug report
`parcel build index.html` generates the `dist` folder with all the files, but launching `index.html` from inside the `dist` results in `can not find css and the js files`.
###…
-
The following errors were reported by 5.5.0-dev.20240526
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipeline run](https://t…
-
I want esbuild to demonstrate that it's possible for a normal web development workflow to have high-performance tools. I consider bundling CSS modules a part of my initial MVP feature set for esbuild …
evanw updated
4 months ago
-
For .NET 6, the console project template was changed to use top-level statements. The code that is created in Program.cs is:
```
// See https://aka.ms/new-console-template for more information
C…
-
# Bug report
**What is the current behavior?**
Webpack tries to handle all `require()` calls, even those not meant for browser usage. This makes it almost impossible to have a mo…
-
The following errors were reported by 5.5.0-dev.20240505
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipeline run](https://t…
-
Hey team,
Thanks for having me as a part of GSoC'22 program where I will be refactoring fiddle to latest security standards by enabling `contextIsolation` and thus removing the Node environment from …
-
A bundler is a tool that puts together all your JavaScript code (and any other formats that can be transpiled into JavaScript code, e.g. [TypeScript](https://www.typescriptlang.org/)) and its dependen…
-
* **Electron-Builder Version**: 23.6.0
* **Node Version**: v18.15.0
* **Electron Version**: 25.2.0
* **Electron Type (current, beta, nightly)**: current
* **Target**: Mac …
-
**Choose one:** is this a 🐛 bug report or 🙋 feature request?
🙋 feature request
### 🤔 Expected Behavior
Don't include external module in bundled file everywhere.
Like rollup `globals` …