mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
Rename debug build output file
This commit is contained in:
parent
61c28d6a88
commit
c1c7f838bc
@ -12,7 +12,7 @@ export default (env, argv) => {
|
|||||||
mode: 'development',
|
mode: 'development',
|
||||||
entry: './src/OrbitDB.js',
|
entry: './src/OrbitDB.js',
|
||||||
output: {
|
output: {
|
||||||
filename: '../dist/orbitdb.min.js',
|
filename: '../dist/orbitdb.js',
|
||||||
library: {
|
library: {
|
||||||
name: 'OrbitDB',
|
name: 'OrbitDB',
|
||||||
type: 'var',
|
type: 'var',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user