Samer Masterson
Samer Masterson
FWIW, we've also hit this issue.
Hey! The wording in the README isn't clear. When I say that these rules made using webpack better at Dropbox, I'm comparing it to the pre-Bazel world where folks would...
An alternative fix could be to update tools/npm/install so that it's python 2 and 3 compatible. What do you think about that?
I think you're right that making npm_library a repository rule is the right direction to go in. I'll send you an email so we can discuss moving in that direction....
Can you share what your BUILD file? I think the problem is similar to #4. The workaround is probably to put everything in a subfolder and see if that works,...
Hey! Thanks for reaching out, I'll discuss on your issue
Ah, you've stumbled over a bug where `npm_library` rules don't work in your root BUILD file. I'll figure out what's going on, but in the meantime you can get this...
> (Though I'm not sold on handlers taking responsibility for calling event.respondWith().) My thought there was that it brings sw-toolbox closer to the express framework: ``` app.get('/', function(req, res) {...
Re: making a large change like this, we could bump the major version number and add a note in the documentation about the change.