Paul French
Paul French
Also I do not undertand why in the .devolutionrc file you have /** * plugins for the scan(detect polyfills) pass */ babelScan: [ '@babel/plugin-syntax-object-rest-spread', '@babel/plugin-syntax-class-properties', '@babel/plugin-syntax-dynamic-import', ], /** * plugins...
Thanks for the info. Apologies, I'm fairly new to the javascript module eco-system. I think it would be great if I could specify additional polyfills for a specific target and...
Hi Daniel, I will look at doing this very soon! I assume master is now at mgwt 2.0 ? If so it may take me sometime to do the changes...
this can be closed, it has been superseded by pull request 62
I fixed the issue with the IE10 wiindow disappearing behind other windows. For some reason if you call body.blur() this causes the problem. Hence had to modify blurBeforeAnimation so it...
I tried... @CacheClear({client: lruClient, isPattern: true, cacheKey: '.'}) @CacheClear({client: lruClient, isPattern: true, cacheKey: '.\*'}) @CacheClear({client: lruClient, isPattern: true, cacheKey: '^.\*$'}) Can't get it to clear the cache? Any ideas?
Hello, I retested with 9.0.1 "@type-cacheable/core": "^9.0.1", "@type-cacheable/lru-cache-adapter": "^9.0.1", Still needed to multiply all ttlseconds by 1000