aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-09-29 00:01:54 +0300
committerValentin Popov <info@valentineus.link>2017-09-29 00:01:54 +0300
commit97d661af7f7da9d054aecfdf29cfddaebb223991 (patch)
tree6a1d39ea8cf46debf6c1a5870217c3bdee95bee8
parent190072e593a412b27b61dbaa0abe31f4b5d70496 (diff)
downloadiii-client-97d661af7f7da9d054aecfdf29cfddaebb223991.tar.xz
iii-client-97d661af7f7da9d054aecfdf29cfddaebb223991.zip
Change global library name
-rw-r--r--rollup.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rollup.config.js b/rollup.config.js
index e8d61b6..0b4e453 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -3,7 +3,7 @@ import globals from 'rollup-plugin-node-globals';
import babel from 'rollup-plugin-babel';
export default {
- moduleName: 'client',
+ moduleName: 'iiiClient',
dest: 'dist/bundle.js',
entry: 'src/index.js',
format: 'iife',