mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 19:26:08 +08:00 
			
		
		
		
	fix(desktop): build failing due to missing CSS
This commit is contained in:
		
							parent
							
								
									230ac7feeb
								
							
						
					
					
						commit
						cc9cb6f73a
					
				
					 2 changed files with 16 additions and 0 deletions
				
			
		|  | @ -8,6 +8,14 @@ module.exports = { | |||
|   output: { | ||||
|     path: outputDir, | ||||
|   }, | ||||
|   module: { | ||||
|     rules: [ | ||||
|       { | ||||
|         test: /\.css$/i, | ||||
|         type: "asset/source" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   target: [ "node" ], | ||||
|   plugins: [ | ||||
|     new NxAppWebpackPlugin({ | ||||
|  |  | |||
|  | @ -8,6 +8,14 @@ module.exports = { | |||
|   output: { | ||||
|     path: join(__dirname, 'dist'), | ||||
|   }, | ||||
|   module: { | ||||
|     rules: [ | ||||
|       { | ||||
|         test: /\.css$/i, | ||||
|         type: "asset/source" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   plugins: [ | ||||
|     new NxAppWebpackPlugin({ | ||||
|       target: 'node', | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue