| 
									
										
										
										
											2017-03-05 00:56:31 +00:00
										 |  |  | module.exports = { | 
					
						
							|  |  |  | 	output: { | 
					
						
							|  |  |  | 		libraryTarget: 'var', | 
					
						
							|  |  |  | 		library: 'XLSX' | 
					
						
							|  |  |  | 	}, | 
					
						
							| 
									
										
										
										
											2017-08-05 06:32:57 +00:00
										 |  |  | 	/* module.noParse needed for bower */ | 
					
						
							|  |  |  | 	module: { | 
					
						
							|  |  |  | 		noParse: [ | 
					
						
							|  |  |  | 			/xlsx.core.min.js/, | 
					
						
							|  |  |  | 			/xlsx.full.min.js/ | 
					
						
							|  |  |  | 		] | 
					
						
							|  |  |  | 	}, | 
					
						
							| 
									
										
										
										
											2017-06-19 07:14:14 +00:00
										 |  |  | 	/* Uncomment the next block to suppress codepage */ | 
					
						
							|  |  |  | 	/* | 
					
						
							|  |  |  | 	resolve: { | 
					
						
							|  |  |  | 		alias: { "./dist/cpexcel.js": "" } | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	*/ | 
					
						
							| 
									
										
										
										
											2017-03-05 00:56:31 +00:00
										 |  |  | 	node: { | 
					
						
							|  |  |  | 		fs: false, | 
					
						
							| 
									
										
										
										
											2017-04-30 16:27:03 +00:00
										 |  |  | 		process: false, | 
					
						
							| 
									
										
										
										
											2017-03-05 00:56:31 +00:00
										 |  |  | 		Buffer: false | 
					
						
							| 
									
										
										
										
											2017-03-10 23:39:17 +00:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2017-03-05 00:56:31 +00:00
										 |  |  | } |