shrpne
shrpne
Cool! Thank you!
You can install `imagemin-jpegtran` back and use it instead of mozjpeg. But keep in mind that JPEG is lossy format by its nature, so there are rare cases when you...
I'm sorry that mozjpeg can't reduce filesize after photoshop compression. To get the best results I don't compress images in Photoshop (export with 100%), and use mozjpeg with jpegtran together....
I have added `browser` field targeting UMD version. Webpack will use it by default: https://webpack.js.org/configuration/resolve/#resolvemainfields So this PR can be merged without breaking change. But still allows using module version...
@scniro friendly reminder, please merge it
It may be related to #580 Test case: https://codesandbox.io/s/beautiful-feather-qrjq4n?file=/src/components/TestCase.vue (computed property not updated)
@kuitos it is especially important for `Authorization` header, which can be checked by default
I have simillar issue. My test: ```js test('should work', () => { expect.assertions(1); return getCoinInfo() .then((coinInfo) => { expect(coinInfo.id).toBeGreaterThan(0); }) .catch((error) => { logError(error); }); }); ``` It should fail...
@timostamm can we move it forward? without .js extension generated imports are broken for now
Still an issue. Also escaping quotes `"` doesn't work