You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still seeing this issue. I built a demo that shows the problem that uses an up-to-date, barebones Create React App + react-app-rewired to include this plugin.
Is it certain this is an issue with prepack-webpack-plugin or should it be reported on the facebook/prepack repo?
Expected Behavior
Attempting to get this to prepack react elements: https://github.com/facebook/prepack/wiki/react-compiler
Actual Behavior
Components don't seem to be picked up, neither do
__evaluatePureFunction
tagged functions. I do see prepack working on other areas.Specifications
Here's some example code output when running it:
As you can see the function doesn't seem to be touched by prepack, but I'm attempting to run it with these options:
The text was updated successfully, but these errors were encountered: