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

RFC: Gatsby-like Plugin System #437

Closed
jaredpalmer opened this issue Dec 21, 2017 · 5 comments
Closed

RFC: Gatsby-like Plugin System #437

jaredpalmer opened this issue Dec 21, 2017 · 5 comments

Comments

@jaredpalmer
Copy link
Owner

jaredpalmer commented Dec 21, 2017

We could start publishing razzle-plugin-xxxxxx

module.exports = {
   plugins: [
     'typescript',   // will execute razzle-plugin-typescript in if installed in package.json, will warn otherwise
     'scss',
     'heroku',
     'preact',
     'offline'     
  ],
  modify() {
    // ...same as before but will be called AFTER plugins have run
  }
}
@jariz
Copy link
Collaborator

jariz commented Dec 22, 2017

Oh I love this. It would also solve the problem I mentioned earlier about not making the TS config too complex.

@jariz jariz mentioned this issue Jan 3, 2018
@lucasterra
Copy link
Contributor

lucasterra commented May 5, 2018

@jaredpalmer mind if I implement this? Or you are already working on it?

@jaredpalmer
Copy link
Owner Author

Go for it!

@stale
Copy link

stale bot commented Aug 15, 2018

Hola! So here's the deal, between open source and my day job and life and what not, I have a lot to manage, so I use a GitHub bot to automate a few things here and there. This particular GitHub bot is going to mark this as stale because it has not had recent activity for a while. It will be closed if no further activity occurs in a few days. Do not take this personally--seriously--this is a completely automated action. If this is a mistake, just make a comment, DM me, send a carrier pidgeon, or a smoke signal.

@stale stale bot added the stale label Aug 15, 2018
@stale
Copy link

stale bot commented Aug 22, 2018

ProBot automatically closed this due to inactivity. Holler if this is a mistake, and we'll re-open it.

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

No branches or pull requests

3 participants