mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-10-31 07:47:29 +03:00 
			
		
		
		
	chore: disable source-maps for css loader
This commit is contained in:
		
							parent
							
								
									384c883bb8
								
							
						
					
					
						commit
						3fabce4d19
					
				|  | @ -16,13 +16,11 @@ const REVISION = JSON.stringify( | |||
|     .trim(), | ||||
| ); | ||||
| 
 | ||||
| const BANNER = | ||||
|   `ReDoc - OpenAPI/Swagger-generated API Reference Documentation
 | ||||
| const BANNER = `ReDoc - OpenAPI/Swagger-generated API Reference Documentation
 | ||||
| ------------------------------------------------------------- | ||||
|   Version: ${VERSION} | ||||
|   Repo: https://github.com/Rebilly/ReDoc`;
 | ||||
| 
 | ||||
| 
 | ||||
| export default (env: { standalone?: boolean } = {}) => ({ | ||||
|   entry: env.standalone ? ['./src/polyfills.ts', './src/standalone.tsx'] : './src/index.ts', | ||||
|   output: { | ||||
|  | @ -92,7 +90,7 @@ export default (env: { standalone?: boolean } = {}) => ({ | |||
|         use: { | ||||
|           loader: 'css-loader', | ||||
|           options: { | ||||
|             sourceMap: true, | ||||
|             sourceMap: false, | ||||
|             minimize: true, | ||||
|           }, | ||||
|         }, | ||||
|  | @ -106,6 +104,6 @@ export default (env: { standalone?: boolean } = {}) => ({ | |||
|       __REDOC_REVISION__: REVISION, | ||||
|     }), | ||||
|     new ForkTsCheckerWebpackPlugin({ silent: true }), | ||||
|     new webpack.BannerPlugin(BANNER) | ||||
|     new webpack.BannerPlugin(BANNER), | ||||
|   ], | ||||
| }); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user