Ilya Trapashko

Results 2 issues of Ilya Trapashko

Globals are always defined in the global scope regardless of configuration. Here is my config: ```javascript import { defineConfig } from 'vite' import { nodePolyfills } from 'vite-plugin-node-polyfills' export default...