-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose a way to inject more rollup plugins during the build phase #333
Comments
Rich let me know if this violates any design principles you are following. If not happy to propose a change. |
@samccone I'm curious - what's the processing that you want to do? |
I would like to do some compile time environment variable replacements in the FE depending on my deployment target (staging|prod) ect. (to be clear I was able to do this with sapper previously) |
Now that we're using Vite, we can add Rollup plugins to |
Currently if I want to run some custom processing during the build phase I have no way to hook into the hardcoded rollup plugin config. It would be nice to expose a way to add in plugins in as a build escape hatch.
The text was updated successfully, but these errors were encountered: