Skip to content

Commit

Permalink
Update update webpack version in docs.rs (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerioageno authored Mar 6, 2024
1 parent 2cc899c commit ea2a7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//!
//! It use an embedded version of the v8 javascript engine (<a href="https://github.com/denoland/rusty_v8" target="_blank">rusty_v8</a>) to parse and evaluate a built bundle file and return a string with the rendered html.
//!
//! Currently it works with Webpack bundler v4.44.2.
//! Currently it works with Webpack bundler v5.65.0
//!
//! > Check <a href="https://github.com/Valerioageno/ssr-rs/blob/main/benches">here</a> the
//! benchmarks results.
Expand Down

0 comments on commit ea2a7c3

Please sign in to comment.