yohcop / bazel_webpack

Bazel rule to build webpack projects
MIT License
6 stars 1 forks source link

How can I use this rule? #1

Open pshabunia0epam opened 5 years ago

pshabunia0epam commented 5 years ago

Don't you mind to put a short README instructing how to use the rule?

yohcop commented 5 years ago

It was an experiment. I don't think it's working as you would like it to.

However, I think the "official" rules_nodejs package may end up supporting webpack sometimes soon - at least that's my understanding.

pshabunia0epam commented 5 years ago

Thanks for your honest answer. I believe there are lots of people like me who may be interested in native Bazel rule for webpack bundlers. Your repo pops up in search results and promises a solution.

Perhaps worth mentioning in the README that this is/was an experiment.

Additionally, you may point seekers to the ongoing effort of introducing webpack_bundle rule driven by @alexeagle from Bazel nodejs community. https://github.com/alexeagle/rules_nodejs/tree/webpack/packages/labs/webpack

Thanks for your help!