You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
In current master (will be released soon) we have ability to use plugins for phenomic-loader. Let's call that "phenomic loader plugins".
We will end up having theme (#508), so having a global plugin system seems like a good next step.
Here is my idea about what a plugin should be able to do:
adjust config
adjust webpack config (add loaders, plugins etc)
register phenomic loader plugins
Please share your ideas!
The text was updated successfully, but these errors were encountered:
The plugin API needs more love. It should not be a 1-1 mapper. A file can produce multiple file after runnig through the plugin system. Or it can be removed as well.
In current master (will be released soon) we have ability to use plugins for phenomic-loader. Let's call that "phenomic loader plugins".
We will end up having theme (#508), so having a global plugin system seems like a good next step.
Here is my idea about what a plugin should be able to do:
Please share your ideas!
The text was updated successfully, but these errors were encountered: