reactive-python / reactpy

It's React, but in Python
https://reactpy.dev
MIT License
7.89k stars 317 forks source link

Build JS distributables using local javascript #1243

Closed Archmonger closed 13 hours ago

Archmonger commented 14 hours ago

Description

It was kind of annoying that our Python wheels didn't utilize the latest JavaScript contained within this repo, requiring a "chain of NPM releases" prior to being able to do a Python release.

This change allows us to utilize local JavaScript for builds, rather than relying on NPM releases.

Checklist

Please update this checklist as you complete each item:

By submitting this pull request I agree that all contributions comply with this project's open source license(s).