Alex Lee
Alex Lee
1. `event.preventDefault()`, as I understand it, is used when chaining Workers such that if a Worker is spawned from inside a Worker, the error from the child Worker can be...
I've added the first implementation of h5.worker. However I don't know what I should do with the initialization options. 1. Should I allow an object format specifying the callbacks as...
Ah yeah that is a weakness of this plugin's strategy for expansion. I think I tried and gave up on it.
I was not aware of `node-sass-globbing`. But I can tell you that this plugin is a dead simple fs listing and expansion. It doesn't engage the underlying webpack loaders (namely...
It ought to work but I'll have to take a look
Not without significantly changing the scope of the plugin. The plugin is meant to leverage the underlying sass loader to interpret the `@import` statements. Ideally the upstream sass loader itself...