refactor: Export all public modules under the OrbitDB webpack package.

This commit is contained in:
Hayden Young 2023-08-15 00:45:19 +01:00
parent a63525ab31
commit 942f94d52d
2 changed files with 2 additions and 4 deletions

View File

@ -12,8 +12,7 @@ export default (env, argv) => {
filename: '../dist/orbitdb.min.js',
library: {
name: 'OrbitDB',
type: 'var',
export: 'default'
type: 'var'
}
},
target: 'web',

View File

@ -12,8 +12,7 @@ export default (env, argv) => {
filename: '../dist/orbitdb.js',
library: {
name: 'OrbitDB',
type: 'var',
export: 'default'
type: 'var'
}
},
target: 'web',