UNPKG

@mochabug/adapt-plugin-builder

Version:

This encapsulate the building an bundling logic for mochabug adapt plugins

9 lines 365 B
import consoleModule from '@cloudflare/unenv-preset/node/console'; import processModule from '@cloudflare/unenv-preset/node/process'; import '@cloudflare/unenv-preset/polyfill/performance'; if (typeof globalThis.process === 'undefined') { globalThis.process = processModule } if (typeof globalThis.console === 'undefined') { globalThis.console = consoleModule }