Where can I get a compiled version of preact that I just import into site locally? #4928
White-waluigi
started this conversation in
General
Replies: 1 comment
-
|
For downloading our built scripts, you can download the Alternatively, there's some really cool projects like Preact Standalone Builder or NPM Reverse HTTP that'll let you combine multiple modules into one, super convenient for your sort of use case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build a no build project with everything local. Basically no bundler, no compiler and no external CDN's.
Preact looks like a great fit (since it supports regular js without JSX). So where can I get a compiled bundle of Preact?
All I find is the source code in the releases and when go on esm.sh and try to download from there it includes a bunch of sub urls. So where can I just get a clean all in one preact.mjs file?
Beta Was this translation helpful? Give feedback.
All reactions