Lam Doan

Results 7 comments of Lam Doan

How can I resolve background-image: url('public/assets/01.png') on the less files?

Hi @iwan-uschka, thanks for your reply. I got this error when loading images from public folder. ` Module not found: You attempted to import ../public/assets/hand-map-02.png which falls outside of the...

Yes, I put images in /public/assets folder. I cannot access /public/assets folder on less files. It works when I put assets in /src.

Here is my config-overrides.js ` const { override, addLessLoader } = require('customize-cra'); module.exports = override( addLessLoader({ lessOptions: { javascriptEnabled: true, cssLoaderOptions: { url: false } }, }) ); ` And...

@iwan-uschka for new version, you can see the first comment of this topic. It will be like this: ` addLessLoader({ lessOptions: { javascriptEnabled: true, modifyVars: { '@primary-color': '#A80000' }, },...

I found the way to fix it. I overrided ModuleScopePlugin plugin. It worked. Thanks for your support @iwan-uschka

@berkinalex Have you solved the OCO with margin? I tried to place 2 orders with LIMIT_MAKER and STOP_LOSS_LIMIT but it cannot cancel the other.