mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-10-31 07:47:29 +03:00 
			
		
		
		
	include style-loader
This commit is contained in:
		
							parent
							
								
									64471c649a
								
							
						
					
					
						commit
						f0f1e4805b
					
				|  | @ -82,11 +82,16 @@ export default env => { | |||
|         }, | ||||
|         { | ||||
|           test: /\.css$/, | ||||
|           loader: 'css-loader', | ||||
|           options: { | ||||
|             sourceMap: true, | ||||
|             minimize: true, | ||||
|           }, | ||||
|           use: [ | ||||
|             'style-loader', | ||||
|             { | ||||
|               loader: 'css-loader', | ||||
|               options: { | ||||
|                 sourceMap: true, | ||||
|                 minimize: true, | ||||
|               }, | ||||
|             }, | ||||
|           ], | ||||
|         }, | ||||
|         { enforce: 'pre', test: /\.js$/, loader: 'source-map-loader' }, | ||||
|       ], | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user