Replies: 1 comment 1 reply
-
we have no experience about encore,so maybe you can try integrate rspack with encore and if you meet problems we can help |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
Tired of slow builds, I am wondering how this could be used with a Webpack wrapper such as Webpack Encore? It's basically just a wrapper that makes configuring Webpack easier and integrates very well with Symfony apps. But all it does at the end of the day is stuff Webpack can do.
To start the dev server or run dev/prod builds, we use the Encore CLI (for example
encore dev
instead ofwebpack build --mode=development
). At the end of the day the CLI is just calling Webpack behind the hood, but I don't know if there's an easy way to convert that to use Rspack instead.Beta Was this translation helpful? Give feedback.
All reactions