Skip to content

Commit b9fcfab

Browse files
authored
Merge pull request #376 from jeffijoe/fix/browser-build
Properly strip Node-specific stuff from browser build
2 parents 4f27d3d + ef8df03 commit b9fcfab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rollup.config.mjs

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ export default [
8080
"import { camelCase } from 'camel-case'":
8181
'const camelCase = null as any',
8282
[`export {
83-
GlobWithOptions,
84-
ListModulesOptions,
85-
ModuleDescriptor,
83+
type GlobWithOptions,
84+
type ListModulesOptions,
85+
type ModuleDescriptor,
8686
listModules,
8787
} from './list-modules'`]: comment,
8888
"import * as util from 'util'": '',

0 commit comments

Comments
 (0)