mirror of
				https://github.com/valentineus/iii-client.git
				synced 2025-11-04 03:49:44 +03:00 
			
		
		
		
	Change global library name
This commit is contained in:
		@@ -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',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user