mirror of
				https://github.com/Telecominfraproject/wlan-cloud-ui.git
				synced 2025-10-31 18:57:59 +00:00 
			
		
		
		
	fixed webpack
This commit is contained in:
		| @@ -35,6 +35,28 @@ module.exports = { | ||||
|           }, | ||||
|           { | ||||
|             loader: 'sass-loader', | ||||
|             options: { | ||||
|               sourceMap: true, | ||||
|             }, | ||||
|           }, | ||||
|         ], | ||||
|       }, | ||||
|       { | ||||
|         test: /\.less$/, | ||||
|         use: [ | ||||
|           { | ||||
|             loader: 'style-loader', | ||||
|           }, | ||||
|           { | ||||
|             loader: 'css-loader', | ||||
|           }, | ||||
|           { | ||||
|             loader: 'less-loader', // compiles Less to CSS | ||||
|             options: { | ||||
|               lessOptions: { | ||||
|                 javascriptEnabled: true, | ||||
|               }, | ||||
|             }, | ||||
|           }, | ||||
|         ], | ||||
|       }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sean Macfarlane
					Sean Macfarlane