Results 4 comments of Robinson

I would like that this feature would be available, so I could import non-javascript files, for example png, jpg, svg images.

Hi @Shakeskeyboarde I make all external dependencies with this regex option: `--external [A-Za-z0-9_@$]+[A-Za-z0-9_/-]+[\\.]?[A-Za-z0-9_]+`, however `react` should be taken into `peerDependencies` field. if you wish to install peer dependencies you can...

I've not needed to install those dependencies, because anyway when I running the node.js server, it throw an error in socket.io, so what I've done is exclude those dependencies `bufferutil`...

I've found the way for update the reference to the file that already was hashed. the code is this and it must to put it in `/tasks/cachebust.js` file, replacing something...