mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-03 20:56:37 +00:00
refactor: Export all public modules under the OrbitDB webpack package.
This commit is contained in:
parent
a63525ab31
commit
942f94d52d
@ -12,8 +12,7 @@ export default (env, argv) => {
|
||||
filename: '../dist/orbitdb.min.js',
|
||||
library: {
|
||||
name: 'OrbitDB',
|
||||
type: 'var',
|
||||
export: 'default'
|
||||
type: 'var'
|
||||
}
|
||||
},
|
||||
target: 'web',
|
||||
|
@ -12,8 +12,7 @@ export default (env, argv) => {
|
||||
filename: '../dist/orbitdb.js',
|
||||
library: {
|
||||
name: 'OrbitDB',
|
||||
type: 'var',
|
||||
export: 'default'
|
||||
type: 'var'
|
||||
}
|
||||
},
|
||||
target: 'web',
|
||||
|
Loading…
x
Reference in New Issue
Block a user