mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
refactor: Export all public modules under the OrbitDB webpack package.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user