Rob Keleher
Rob Keleher
I get this error when trying to use `[email protected]` with the current latest version of `[email protected]`: ``` error during build: Error [ERR_REQUIRE_ESM]: require() of ES Module /node_modules/.pnpm/[email protected]/node_modules/meow/index.js from /node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected][email protected][email protected]/node_modules/vite-plugin-checker/dist/cjs/checkers/stylelint/options.js not...
Bump: > @johnsoncodehk @fi3ework is there any chance this will be upgraded? This has been broken for many months now and is blocking an entire framework from moving forward
This has broken my app's proxying behavior for the reasons you suspected above. I am not using WS but I need my host header rewritten _without_ my origin header rewritten,...
Try now using `"vite-plugin-checker": "0.7.0"` @vishal-kadmos
> Currently, DevTools will be forcibly enabled during development (vite dev) and will never be bundled in production (vite build). So, don't worry about that. (cc @alexzhang1030 ) I think...
I think you may have misunderstood the intention of this package. Its purpose is to allow exported **JS functions, consts, etc.** from other files to be auto-imported within Vue etc....
I also have this issue and it is rather annoying. If anything, could the entry be made to show later than any other Vue instances in the list? Right now...
It seems that this plugin doesn't yet support tsconfigs that use **references**. I had to make the same change as the previous comment
Still no updates since Aug 2022 I suppose 🙃
Is there any way we can set `NODE_OPTIONS="--experimental-strip-types"` somewhere in VSCode before Prettier runs? 🤔 to help get around this