Adrien Foulon
Adrien Foulon
+1 for this, this is also how I had done it in an old fork for webpack 5 support https://github.com/Tofandel/imagemin-webp-webpack-plugin/blob/master/plugin.js Though you should use `PROCESS_ASSETS_STAGE_OPTIMIZE`
Clearly OP is using session with database driver, but didn't set the session model to use multi tenants
Then you should set cloudflare to strict, this is an issue with cloudflare not there and happens with other services as well as we cannot know that you are using...
From your repro it took 20-30 seconds for me on Chrome, Firefox and Edge on windows (impressively edge was a bit faster) Given that there is 10 000 elements would...
Okay now on this reproduction I'm getting the same result as you, weird that for the vue one even firefox takes 30+ seconds then
Also agree with this, we need the choice, while it would really not be ok in a lib, in an app, making abstraction when some blocks of components are reused...
I can help speed things up with a PR, I already have the tests and the option schema, no I just have the implementation to do (it does look a...
I have been digging through the code to make an option for this eslint rule and trying a lot of things but it's not a straightforward implementation, the code is...
You can do this to append the rules.. But the rule itself actually seems broken, the ignores don't apply ```js const INLINE_ELEMENTS = require('eslint-plugin-vue/lib/utils/inline-non-void-elements.json') //... 'vue/singleline-html-element-content-newline': ['warn', { ignoreWhenNoAttributes: true,...
Related https://github.com/quasarframework/quasar/discussions/12278 #4881