aboutsummaryrefslogtreecommitdiff
path: root/rollup.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'rollup.config.js')
-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',