Christoph Wanja

Results 41 comments of Christoph Wanja

I ran into the same issue as @mjfwebb after updating `customize-cra` from version `0.8.0` to `1.0.0` and updating `lessOptions` like described in https://github.com/arackaf/customize-cra/issues/253#issue-626797945: ``` alidationError: Invalid options object. Less Loader...

Hi @lamdoann, i just gave it a try at put an image at `/public/images/test.png`. I was able to reference it in a less file like ``` background: url(/images/test.png); ``` The...

@lamdoann Can you please share some code? How does your less file look like? How do you reference the image? I guess your image is located in `/public/images/` right?

Well, like i said, it would help if you can show some code. You haven't said anything yet about how you reference your assets inside your less files. I am...

Thx! I guess this doesn't work :) If that's the case we have to wait for others to help out. Sorry..

Ah, please have a look again. Yours ``` const { override, addLessLoader } = require("customize-cra"); module.exports = override( addLessLoader({ lessOptions: { javascriptEnabled: true, cssLoaderOptions: { url: false }, }, })...

Oooops, i haven't even read the beginning of this block 😬 You're absolutely right about the new version, sorry. Glad you made it 👍 Please paste your solution here. It...

Before switching to `cordova-ios@6` i used https://github.com/RTK/cordova-cookie-emperor for handling cookies. Just mentioning that this doesn't seem to work anymore.

`cordova-plugin-wkwebview-file-xhr` has been updated to version 3.0.0 on 28th of September. See https://github.com/apache/cordova-ios/issues/883#issuecomment-689646840.

I played around a little and found another workaround by adding ``` // ` ``` after a styled component definition like below. ![with](https://user-images.githubusercontent.com/2256579/188572880-26da8a47-71e5-41ce-a5b4-8c748cdd651e.png) ![without](https://user-images.githubusercontent.com/2256579/188572883-c24ac8c2-71cf-4da9-a4ad-7fd15528e155.png)