rspack
rspack copied to clipboard
all the rust plugin stage should be changed to f64
currently rust plugin stage use i32 which cause it can't accept Infinity and float points in js side, which is not compatible with webpack, so the stage should be changed to f64 to be compatible with webpack