Ray Foss
Ray Foss
console.debug should be available. I've found people using it in sandboxes, causing terminal to throw stack traces.  Sandbox with PR applied: https://stackblitz.com/edit/vueschool-pinia-the-enjoyable-vue-store-qt7x5r?file=vite-plugin-terminal%2Fsrc%2Findex.ts After PR screenshots:...
terminal.log('Hello ', undefined) will crash the plugin with `property toString() does not exist in undefined`
I often find myself using this and having to ignore template indentation. It would be great to have a `floor="true"` option to automatically filter the input, count minimum indentation, and...
Has anyone gotten this to work on firefox? What polyfills work? thanks
Currently the "project root" goes by the first project folder on your tree view... if you have a lot of projects loaded, this becomes useless. It would be great to...
Using micro we should be able to serverside swap the origin for true origin if the request regex matches the origin
### Feature description Multiuser is still essential for maintaining privacy, as Android 12 has no way to stop apps from seeing what other apps you have installed. I can run...
https://github.com/webpack/webpack/issues/6568#issuecomment-377491754 Here's the trace with `process.traceDeprecation = true` a top of webpack.base.conf.js ``` (node:97338) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead at Object. (/Volumes/git/x-web/build/dev-server.js:42:10) at Module._compile (internal/modules/cjs/loader.js:702:30)...
Right now fonts such as Material CSS icon font are left out, even when directly included via webpack. Any ideas on how best to add the `/dist/font/*.woff2` fonts to the...