Skip to content
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

[Feature]: user-defined plugins add to remix.config.js #1209

Closed
epver opened this issue Dec 23, 2021 · 5 comments
Closed

[Feature]: user-defined plugins add to remix.config.js #1209

epver opened this issue Dec 23, 2021 · 5 comments

Comments

@epver
Copy link

epver commented Dec 23, 2021

What is the new or updated feature that you are suggesting?

Add user-defined plugins to project.

I found that MDX was added in the source code in the form of plug-in. Is it possible to develop this interface so that users can customize the content of plug-in

Why should this feature be included?

We often need to add features to enrich the capabilities of the project. A lot of functionality can be developed by the community if you can customize plug-ins.

@pupudu
Copy link

pupudu commented Dec 29, 2021

A much needed feature. One good example is SVGR.

@chaance
Copy link
Collaborator

chaance commented Apr 19, 2022

We have plans to expand the scope of our compiler, but we're still exploring the implications of that. We do not plan to open it up for plugins in the mean time as implementation details are likely to change often between stable releases. In the mean time, users will need to run processing for things like CSS and MDX as a separate Node process.

@chaance chaance closed this as completed Apr 19, 2022
@pupudu
Copy link

pupudu commented Apr 19, 2022

@chaance if there are plans to add support, but the time is not right yet, can we keep the issue open? Thanks.

@chaance
Copy link
Collaborator

chaance commented Apr 20, 2022

@pupudu We would like to keep issues reserved for bugs and features that are actively in progress. Discussions are a great place to share ideas for new features and get feedback before we decide to move on anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants