Ilya Trapashko
Results
2
issues of
Ilya Trapashko
Fixes #86
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...