mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	fix(desktop): build failing due to missing CSS
This commit is contained in:
		| @@ -8,6 +8,14 @@ module.exports = { | |||||||
|   output: { |   output: { | ||||||
|     path: outputDir, |     path: outputDir, | ||||||
|   }, |   }, | ||||||
|  |   module: { | ||||||
|  |     rules: [ | ||||||
|  |       { | ||||||
|  |         test: /\.css$/i, | ||||||
|  |         type: "asset/source" | ||||||
|  |       } | ||||||
|  |     ] | ||||||
|  |   }, | ||||||
|   target: [ "node" ], |   target: [ "node" ], | ||||||
|   plugins: [ |   plugins: [ | ||||||
|     new NxAppWebpackPlugin({ |     new NxAppWebpackPlugin({ | ||||||
|   | |||||||
| @@ -8,6 +8,14 @@ module.exports = { | |||||||
|   output: { |   output: { | ||||||
|     path: join(__dirname, 'dist'), |     path: join(__dirname, 'dist'), | ||||||
|   }, |   }, | ||||||
|  |   module: { | ||||||
|  |     rules: [ | ||||||
|  |       { | ||||||
|  |         test: /\.css$/i, | ||||||
|  |         type: "asset/source" | ||||||
|  |       } | ||||||
|  |     ] | ||||||
|  |   }, | ||||||
|   plugins: [ |   plugins: [ | ||||||
|     new NxAppWebpackPlugin({ |     new NxAppWebpackPlugin({ | ||||||
|       target: 'node', |       target: 'node', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user