mirror of
				https://github.com/therootcompany/keypairs.js.git
				synced 2024-11-16 17:29:03 +00:00 
			
		
		
		
	add note on installing webpack-cli and webpack@next
This commit is contained in:
		
							parent
							
								
									b696c1dade
								
							
						
					
					
						commit
						11965ca603
					
				@ -145,6 +145,10 @@ Keypairs.generate().then(function (pair) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
npm install --save-dev webpack@5
 | 
					npm install --save-dev webpack@5
 | 
				
			||||||
 | 
					# Or, if webpack 5 is still in beta: npm install --save-dev webpack@next
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					npm install --save-dev webpack-cli
 | 
				
			||||||
 | 
					
 | 
				
			||||||
npx webpack
 | 
					npx webpack
 | 
				
			||||||
ls dist/
 | 
					ls dist/
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user