mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fix(desktop): build failing due to missing CSS
This commit is contained in:
		| @@ -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', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user