UNPKG

@netlify/zip-it-and-ship-it

Version:
7 lines (6 loc) 222 B
export const getNodeBuiltinPlugin = () => ({ name: 'builtin-modules', setup(build) { build.onResolve({ filter: /^node:/ }, (args) => ({ path: args.path.slice('node:'.length), external: true })); }, });