From c1c7f838bca8d7c913dcbd777b2bdc0d341f79d3 Mon Sep 17 00:00:00 2001 From: haad Date: Thu, 19 Jan 2023 08:34:50 +0200 Subject: [PATCH] Rename debug build output file --- conf/webpack.debug.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/webpack.debug.config.js b/conf/webpack.debug.config.js index 3f0e6ea..a365ced 100644 --- a/conf/webpack.debug.config.js +++ b/conf/webpack.debug.config.js @@ -12,7 +12,7 @@ export default (env, argv) => { mode: 'development', entry: './src/OrbitDB.js', output: { - filename: '../dist/orbitdb.min.js', + filename: '../dist/orbitdb.js', library: { name: 'OrbitDB', type: 'var',