nonzzz / vite-plugin-stylex

an unofficial @stylexjs vite support
MIT License
50 stars 3 forks source link

Version: 0.8.1 #32

Open nonzzz opened 2 months ago

nonzzz commented 2 months ago

Background

HMR

Split dev server as three phase. Is the scanning transform schedule. At scanning stage we collect should be processed file. At transform stage we pipe us file with styleX compiler. Then the schedule will handle the result to do incremental HMR.

Adapter

It's a planning to provide separate HMR integration for the React framework.

TODO

RSD :)

CheckList


In v0.8.1 us plugin support incremental HMR. And other improve is remove noisy HMR tips.

hipstersmoothie commented 1 month ago

As a part of this could you stop minify the dist/ code? It makes it really hard to contribute to the project

IMO bundling/minification doesn't make sense for node/build deps

harkkozz commented 1 month ago

When will it happen?