diff options
author | Valentin Popov <info@valentineus.link> | 2017-09-29 00:01:54 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-09-29 00:01:54 +0300 |
commit | 97d661af7f7da9d054aecfdf29cfddaebb223991 (patch) | |
tree | 6a1d39ea8cf46debf6c1a5870217c3bdee95bee8 /rollup.config.js | |
parent | 190072e593a412b27b61dbaa0abe31f4b5d70496 (diff) | |
download | iii-client-97d661af7f7da9d054aecfdf29cfddaebb223991.tar.xz iii-client-97d661af7f7da9d054aecfdf29cfddaebb223991.zip |
Change global library name
Diffstat (limited to 'rollup.config.js')
-rw-r--r-- | rollup.config.js | 2 |
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', |