mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	✌️
This commit is contained in:
		
							parent
							
								
									841606536b
								
							
						
					
					
						commit
						a79e2cbaba
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,5 +1,6 @@
 | 
			
		|||
import * as webpack from 'webpack';
 | 
			
		||||
const ProgressBarPlugin = require('progress-bar-webpack-plugin');
 | 
			
		||||
import chalk from 'chalk';
 | 
			
		||||
 | 
			
		||||
import consts from './consts';
 | 
			
		||||
import hoist from './hoist';
 | 
			
		||||
| 
						 | 
				
			
			@ -10,7 +11,10 @@ const isProduction = env === 'production';
 | 
			
		|||
 | 
			
		||||
export default (version, lang) => {
 | 
			
		||||
	const plugins = [
 | 
			
		||||
		new ProgressBarPlugin(),
 | 
			
		||||
		new ProgressBarPlugin({
 | 
			
		||||
			format: chalk`  {cyan.bold yes we can} {bold [}:bar{bold ]} {green.bold :percent} {gray (:current/:total)} :elapseds`,
 | 
			
		||||
			clear: false
 | 
			
		||||
		}),
 | 
			
		||||
		consts(lang),
 | 
			
		||||
		new webpack.DefinePlugin({
 | 
			
		||||
			'process.env': {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue