You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// define: { 'process.env.var': '"hello"' } // inject will override define, to keep env vars you must also pass define here https://github.com/evanw/esbuild/issues/660
// })
// NodeGlobalsPolyfillPlugin({
// buffer: true
// })
],
define: {global: 'globalThis'}
// build: {
// rollupOptions: {
// plugins: [
// // nodePolyfills(),
// NodeModulesPolyfills(),
// GlobalsPolyfills({
// process: true,
// buffer: true,
// define: { 'process.env.var': '"hello"' } // inject will override define, to keep env vars you must also pass define here https://github.com/evanw/esbuild/issues/660