Aurélie VIOLETTE

Results 3 comments of Aurélie VIOLETTE

I'm using `at-loader` on a project where we strip some function and files when building. All the strip logic is inside webpack, and we really appreciate that when a file...

For information, this is how we temporaly fix it for our usecase (App which load components inside iframe) iframe.onload = () => { performance.now = iframe.contentWindow.performance.now } Tested only on...

I have tried the new version without success. The plugin detects Vue on the page, but the Vue tab does not show up in the devtools. Vue version: 3.2.19 Devtools...