Skip to content

Commit 105aabd

Browse files
committed
testing
1 parent b6662cb commit 105aabd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

rollup.config.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default {
2525
input: 'src/onboard.ts',
2626
output: [
2727
{
28-
format: 'es',
28+
format: 'esm',
2929
dir: 'dist/esm/'
3030
},
3131
{ format: 'cjs', dir: 'dist/cjs/' }
@@ -42,7 +42,7 @@ export default {
4242
importee === 'svelte' || importee.startsWith('svelte/'),
4343
preferBuiltins: true
4444
}),
45-
commonjs(),
45+
// commonjs(),
4646
typescript({
4747
clean: true,
4848
useTsconfigDeclarationDir: true
@@ -68,6 +68,8 @@ export default {
6868
'util',
6969
'assert',
7070
'buffer',
71-
'stream'
71+
'stream',
72+
'web3-provider-engine/subproviders/hooked-wallet',
73+
'web3-provider-engine/subproviders/rpc'
7274
]
7375
}

0 commit comments

Comments
 (0)