mirror of
				https://github.com/gristlabs/grist-core.git
				synced 2025-06-13 20:53:59 +00:00 
			
		
		
		
	remove watch flag no longer available under newer webpack (#229)
The `--hide-modules` flag tweaked how much webpack outputs to the console when in watch mode, but this flag got removed in a newer webpack version.
This commit is contained in:
		
							parent
							
								
									938928f1b9
								
							
						
					
					
						commit
						96c46c6fa0
					
				| @ -13,7 +13,7 @@ if [ ! -e _build ]; then | ||||
| fi | ||||
| 
 | ||||
| tsc --build -w --preserveWatchOutput $PROJECT & | ||||
| catw app/client/*.css app/client/*/*.css -o static/bundle.css -v & webpack --config buildtools/webpack.config.js --mode development --watch --hide-modules & | ||||
| catw app/client/*.css app/client/*/*.css -o static/bundle.css -v & webpack --config buildtools/webpack.config.js --mode development --watch & | ||||
| NODE_PATH=_build:_build/stubs:_build/ext nodemon --delay 1 -w _build/app/server -w _build/app/common _build/stubs/app/server/server.js & | ||||
| 
 | ||||
| wait | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user