Integrate webpack, npm, and better support for developing plugins #93
ribaricplusplus
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
It is a very interesting idea. I'm super curious to see what you did, can you send me the repo? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my private projects for clients I use WordPressify to develop theme and plugins in a monorepo. Also, I integrate webpack and npm so that powerful JavaScript can be written; I even use React, for example on admin pages.
I think it would be quite cool to have webpack available in WordPressify by default, so that JavaScript dependencies could be added with a simple
npm install
.Furthermore, WordPressify is not currently too friendly towards developing plugins; it's mostly meant for developing the theme. It requires quite a bit of custom modification to have Sass in a plugin for example. Or to have webpack + JS in a plugin.
My private repositories where I've set these things up are not ready for the public, they require cleanup, but I'm open to adding these features to WordPressify if you would want it.
Beta Was this translation helpful? Give feedback.
All reactions