Skip to content

Commit

Permalink
build(bundle): update script
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Aug 31, 2023
1 parent 539bac5 commit d142475
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions PlantUMLEditor/ace-builds/bundle.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ const copyModesAndSnippet = async () => {

const fileName = path.basename(src)

return fileName === 'mode-plain_text.js' ||
fileName === 'mode-dot.js' ||
fileName === 'plain_text.js' ||
fileName === 'dot.js'
return fileName === 'mode-plantuml.js' ||
fileName === 'plantuml.js'
;
}
return fs.copy( srcPath, targetPath, { overwrite: true, filter: filter, recursive: true } )
Expand Down

0 comments on commit d142475

Please sign in to comment.