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
I didn't looked into Wok for some time now, I'm sorry for that. I was thinking about improvements we could do to a future release (maybe version 8.x).
Modularity
I was thinking about splitting wok into multiple npm modules. One for each task maybe. This way we could have for example individual modules for Webpack, babel and sass, making them optional and allowing for more configurations. This is something I've already explored with Umeboshi and it works fine.
The only problem is to determine how we are going to orchestrate those modules. A configuration file or something like that?
Folder structure
I'd like to let people choose their folder structure, with the modular approach that should be possible but I cannot figure it out completely right now.
Hi,
I didn't looked into Wok for some time now, I'm sorry for that. I was thinking about improvements we could do to a future release (maybe version 8.x).
Modularity
I was thinking about splitting wok into multiple npm modules. One for each task maybe. This way we could have for example individual modules for Webpack, babel and sass, making them optional and allowing for more configurations. This is something I've already explored with Umeboshi and it works fine.
The only problem is to determine how we are going to orchestrate those modules. A configuration file or something like that?
Folder structure
I'd like to let people choose their folder structure, with the modular approach that should be possible but I cannot figure it out completely right now.
@kino90 @liqueflies what do you think?
The text was updated successfully, but these errors were encountered: