From ef8df033102297733b25af99dd7f80e1c3cd4d5d Mon Sep 17 00:00:00 2001 From: Jeff Hansen Date: Sat, 5 Oct 2024 11:25:06 -0400 Subject: [PATCH] fix(build): properly strip Node-specific stuff from browser build --- rollup.config.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rollup.config.mjs b/rollup.config.mjs index f6c59d0..d17d61b 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -80,9 +80,9 @@ export default [ "import { camelCase } from 'camel-case'": 'const camelCase = null as any', [`export { - GlobWithOptions, - ListModulesOptions, - ModuleDescriptor, + type GlobWithOptions, + type ListModulesOptions, + type ModuleDescriptor, listModules, } from './list-modules'`]: comment, "import * as util from 'util'": '',