webpack-preset / webpack-preset

:rocket: Zero config webpack-powered development!

Home Page:https://www.npmjs.com/package/webpack-preset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider combining efforts with Kotatsu

bfitch opened this issue · comments

Hi there, really excellent project and thanks for sharing with the community. I couldn't help but notice the similarities between webpack-preset and kotatsu: https://github.com/Yomguithereal/kotatsu. It seems that both projects are trying to solve the same pain points around getting modern JS tooling set up (with webpack specifically). Kotatsu supports node and browser bundles, hot reloading, presets, and custom webpack.config.js, which I saw is on your roadmap.

Anyway, great work here and hopefully some collaboration will make this great project even greater! Thanks :)

Thanks for the suggestion. kotatsu looks to be more of a CLI tool. This is intended as a zero config, as-minimal-as-possible UI tool. I don't think the goals are completely aligned, unfortunately.

Ah ok :) I can see the difference in philosophy, you will provide configuration via package.json instead of passing options to webpack-preset. Gotcha.

Best of luck with this project! :)

Oh wait, it looks like it's on your roadmap to accept CLI options as well. Oh well, I will just butt out and stop spamming your issues. :) Thanks again.