0
mirror of https://github.com/valentineus/iii-client.git synced 2025-07-01 10:30:27 +03:00

Change global library name

This commit is contained in:
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'; import babel from 'rollup-plugin-babel';
export default { export default {
moduleName: 'client', moduleName: 'iiiClient',
dest: 'dist/bundle.js', dest: 'dist/bundle.js',
entry: 'src/index.js', entry: 'src/index.js',
format: 'iife', format: 'iife',