phanmn

Results 6 comments of phanmn

I have to add this line to CopyDestinationOptions.getHeaders ``` headerOptions['X-Amz-Metadata-Directive'] = 'REPLACE'; ```

I add the `list[e].img.crossOrigin = 'anonymous';` to solve this issue ![image](https://user-images.githubusercontent.com/3765536/119335140-2540b700-bcb6-11eb-9a6d-545264272d78.png)

@enoversum I formatted code for my typescript project. My image url has `access-control-allow-origin: *` this line at response header and my image is a css background url

Thanks @doawoo for your response! Can you give me some hints so I can start to make Burrito can work on Windows. Thanks

Thanks @DaniGuardiola , I will try to give you reproduction soon

I found the reason, because the tsconfig.json My original config (from nuxt3) ``` { // https://nuxt.com/docs/guide/concepts/typescript "extends": "./.nuxt/tsconfig.json", "vueCompilerOptions": { "plugins": ["@vue/language-plugin-pug"] }, "compilerOptions": { "sourceMap": true, "strict": false, "jsx":...