quickbundle 0.0.0-next-bc06d62 → 0.0.0-next-aed3232
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -173,6 +173,10 @@ Enabling source map generation is needed only if a build is [obfuscated (minifie
|
|
|
173
173
|
|
|
174
174
|
<br>
|
|
175
175
|
|
|
176
|
+
## ☑️ Roadmap
|
|
177
|
+
|
|
178
|
+
- [ ] Support cross compilation to other platforms (ala [Bun](https://bun.sh/docs/bundler/executables#cross-compile-to-other-platforms)). For now, Quickbundle only supports local compilation (i.e. generate executables compatible only with machines running the same operating system / architecture). Action: add a `--target` flag to specify a different operating system compilation target than the machine running the command.
|
|
179
|
+
|
|
176
180
|
## 🤩 Used by
|
|
177
181
|
|
|
178
182
|
- [@adbayb/stack](https://github.com/adbayb/stack) My opinionated toolbox for JavaScript/TypeScript projects.
|
package/dist/index.mjs
CHANGED