mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 18:05:55 +01:00 
			
		
		
		
	fix(monorepo): remove profiling which was masking errors
This commit is contained in:
		| @@ -20,8 +20,7 @@ | ||||
|   "type": "module", | ||||
|   "main": "index.js", | ||||
|   "scripts": { | ||||
|     "build:webpack": "tsx node_modules/webpack/bin/webpack.js -c webpack.config.ts --progress", | ||||
|     "build:webpack-stats": "tsx node_modules/webpack/bin/webpack.js -c webpack.config.ts --profile --json=webpack-stats.json" | ||||
|     "build:webpack": "tsx node_modules/webpack/bin/webpack.js -c webpack.config.ts" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "autoprefixer": "10.4.21", | ||||
|   | ||||
| @@ -121,11 +121,7 @@ const config: Configuration = { | ||||
|             stylesheets: path.resolve(rootDir, "src/public/stylesheets") | ||||
|         } | ||||
|     }, | ||||
|     stats: { | ||||
|         all: false, | ||||
|         assets: true, | ||||
|         groupAssetsByChunk: true | ||||
|     }, | ||||
|     stats: "verbose", | ||||
|     devtool: "nosources-source-map", | ||||
|     target: "electron-renderer" | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user