0
mirror of https://github.com/valentineus/iii-client.git synced 2025-04-28 01:41:25 +03:00

Change global library name

This commit is contained in:
Valentin Popov 2017-09-29 01:01:54 +04:00
parent 190072e593
commit 97d661af7f

View File

@ -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',