Skip to content

Commit

Permalink
fix(build): properly strip Node-specific stuff from browser build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffijoe committed Oct 5, 2024
1 parent 4f27d3d commit ef8df03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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'": '',
Expand Down

0 comments on commit ef8df03

Please sign in to comment.