Move fork-ts-checker-webpack-plugin into dependencies (#1410)
Fixes builds failing because of a webpack dependency not being installed when `--production` flag is used with yarn, e.g. here https://github.com/webrecorder/browsertrix-cloud/pull/1396
This commit is contained in:
		
							parent
							
								
									ffc8b75ea8
								
							
						
					
					
						commit
						57cff1eac5
					
				| @ -33,6 +33,7 @@ | |||||||
|     "eslint-plugin-lit": "^1.10.1", |     "eslint-plugin-lit": "^1.10.1", | ||||||
|     "eslint-plugin-wc": "^1.3.2", |     "eslint-plugin-wc": "^1.3.2", | ||||||
|     "eslint-webpack-plugin": "^3.1.1", |     "eslint-webpack-plugin": "^3.1.1", | ||||||
|  |     "fork-ts-checker-webpack-plugin": "^6.2.6", | ||||||
|     "fuse.js": "^6.5.3", |     "fuse.js": "^6.5.3", | ||||||
|     "glob": "^8.1.0", |     "glob": "^8.1.0", | ||||||
|     "highlight.js": "^11.8.0", |     "highlight.js": "^11.8.0", | ||||||
| @ -84,7 +85,6 @@ | |||||||
|     "@web/dev-server-esbuild": "^0.3.3", |     "@web/dev-server-esbuild": "^0.3.3", | ||||||
|     "@web/dev-server-import-maps": "^0.0.6", |     "@web/dev-server-import-maps": "^0.0.6", | ||||||
|     "@web/dev-server-rollup": "^0.3.21", |     "@web/dev-server-rollup": "^0.3.21", | ||||||
|     "fork-ts-checker-webpack-plugin": "^6.2.6", |  | ||||||
|     "husky": "^8.0.3", |     "husky": "^8.0.3", | ||||||
|     "lint-staged": "^13.1.0", |     "lint-staged": "^13.1.0", | ||||||
|     "sinon": "^12.0.1", |     "sinon": "^12.0.1", | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user