9 lines
		
	
	
		
			492 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			492 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
VUE_APP_BASE_API = '/api-dev'
 | 
						|
 | 
						|
// With this configuration, vue-cli uses babel-plugin-dynamic-import-node
 | 
						|
// It only does one thing by converting all import() to require()
 | 
						|
// So that all asynchronous components can be import synchronously using this plugin
 | 
						|
// This configuration can significantly increase the speed of hot updates when you have a large number of pages
 | 
						|
// https://github.com/vuejs/vue-cli/blob/dev/packages/@vue/babel-preset-app/index.js
 | 
						|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
 |