refactor(ckeditor): remove unnecessary build step

This commit is contained in:
Elian Doran 2025-05-06 22:56:26 +03:00
parent 2aa14b53e7
commit e067e79505
No known key found for this signature in database
5 changed files with 0 additions and 90 deletions

View File

@ -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: 'CKAdmonition',
external: [
'ckeditor5',
'ckeditor5-premium-features'
]
} );
} )();

View File

@ -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'
]
} );
} )();

View File

@ -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: 'CKKeyboardMarker',
external: [
'ckeditor5',
'ckeditor5-premium-features'
]
} );
} )();

View File

@ -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: 'CKMath',
external: [
'ckeditor5',
'ckeditor5-premium-features'
]
} );
} )();

View File

@ -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: 'CKMermaid',
external: [
'ckeditor5',
'ckeditor5-premium-features'
]
} );
} )();