mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	refactor(ckeditor): remove unnecessary build step
This commit is contained in:
		| @@ -44,22 +44,4 @@ function dist( path ) { | ||||
| 		declarations: true, | ||||
| 		translations: '**/*.po' | ||||
| 	} ); | ||||
|  | ||||
| 	/** | ||||
| 	 * Step 2 | ||||
| 	 */ | ||||
| 	console.log( chalk.cyan( '2/2: Generating browser build...' ) ); | ||||
|  | ||||
| 	await build( { | ||||
| 		output: dist( 'browser/index.js' ), | ||||
| 		tsconfig, | ||||
| 		sourceMap: true, | ||||
| 		minify: true, | ||||
| 		browser: true, | ||||
| 		name: 'CKFootnotes', | ||||
| 		external: [ | ||||
| 			'ckeditor5', | ||||
| 			'ckeditor5-premium-features' | ||||
| 		] | ||||
| 	} ); | ||||
| } )(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user