wip
This commit is contained in:
		
							parent
							
								
									58a6e647b3
								
							
						
					
					
						commit
						bac7192788
					
				
					 1 changed files with 5 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -8,13 +8,14 @@ export default () => ({
 | 
			
		|||
	enforce: 'pre',
 | 
			
		||||
	test: /\.vue$/,
 | 
			
		||||
	exclude: /node_modules/,
 | 
			
		||||
	use: [/*{
 | 
			
		||||
	use: [{
 | 
			
		||||
		loader: 'replace-string-loader',
 | 
			
		||||
		options: {
 | 
			
		||||
			search: /\$theme\-color\-foreground/g,
 | 
			
		||||
			replace: constants.themeColorForeground
 | 
			
		||||
			search: '$theme-color-foreground',
 | 
			
		||||
			replace: constants.themeColorForeground,
 | 
			
		||||
			flags: 'g'
 | 
			
		||||
		}
 | 
			
		||||
	}, */{
 | 
			
		||||
	}, {
 | 
			
		||||
		loader: 'replace-string-loader',
 | 
			
		||||
		options: {
 | 
			
		||||
			search: '$theme-color',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue