Tony Trinh
Tony Trinh
It would be nice to have a flag that disables the bundler because bundling might not be needed (e.g., using `h2`) or wanted (e.g., https://github.com/Polymer/polymer-build/issues/110).
# 🐛 bug report ## Description of the problem A previously working Codesandbox is now crashing with: Cannot read property 'Ctor' of undefined sandbox.115b0c69.js:1 TypeError: Cannot read property 'Ctor' of...
Changes - Moved file deletion from `Compressor.gzCompress` and `Compressor.zipCompress` to calling function. - Added flag to `Compressor.compress` in order to force file deletion even if file couldn't be compressed. -...
When `` tags are added/removed/modified, the change is injected (as can be seen in Chrome DevTools inspector) but does not actually have any effect on the page. The browser ignores...
Chrome 80 is crashing for some reason when interacting with `v-gallery` along with a few other libraries (Vue, VueRouter, and VueFilepond). * Not sure exactly which library is causing the...
I'd like to include a dependency without bringing in its META-INF, but my usage of `exclude` seems to have no effect, likely because I'm not using it correctly. Is this...